diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-02-07 15:40:01 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-02-07 15:40:01 +0000 |
| commit | 9da20ec3a06b5004be902eec12604cb5b7458771 (patch) | |
| tree | 91af36a3e28ee809419e76aa9f9b9a4e4aa3a7dd /sys/fs | |
| parent | db7e4ae81aea97a1f6763accf11ea9a324ba81ee (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/fdescfs/fdesc_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c index a90f4dcaab48..1b0e56928271 100644 --- a/sys/fs/fdescfs/fdesc_vnops.c +++ b/sys/fs/fdescfs/fdesc_vnops.c @@ -465,7 +465,7 @@ fdesc_setattr(ap) { struct vattr *vap = ap->a_vap; struct vnode *vp; - struct mount *mp = NULL; + struct mount *mp; struct file *fp; struct thread *td = curthread; cap_rights_t rights; |
