diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-08-13 15:53:49 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2010-08-26 13:23:16 -0400 |
commit | f6360efb83cd6dd1476cd758834c8277508c1f15 (patch) | |
tree | e57015159bf6f361d45050f28a8da7beaceaea60 /ipc | |
parent | f632265d0ffb5acf331252d98c64939849d96bb2 (diff) | |
download | linux-3.10-f6360efb83cd6dd1476cd758834c8277508c1f15.tar.gz linux-3.10-f6360efb83cd6dd1476cd758834c8277508c1f15.tar.bz2 linux-3.10-f6360efb83cd6dd1476cd758834c8277508c1f15.zip |
nfsd: fix NULL dereference in nfsd_statfs()
The commit ebabe9a9001af0af56c0c2780ca1576246e7a74b
pass a struct path to vfs_statfs
introduced the struct path initialization, and this seems to trigger
an Oops on my machine.
fh_dentry field may be NULL and set later in fh_verify(), thus the
initialization of path must be after fh_verify().
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Minchan Kim <minchan.kim@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions