[PATCH] nfsd: make sure getxattr inode op is non-NULL before calling it
commit49398b8cedb62e63245687be614c1b5c98c0c7b6
authorNeil Brown <neilb@cse.unsw.edu.au>
Wed, 20 Oct 2004 01:24:28 +0000 (19 18:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Oct 2004 01:24:28 +0000 (19 18:24 -0700)
tree9c992176b72d4215d368560fd457df5650f92b18
parent1bf63d07b564d20853f3de2cde3678f8d705f36a
[PATCH] nfsd: make sure getxattr inode op is non-NULL before calling it

Make sure getxattr inode op is non-NULL before calling it.

Also, security hook should probably be called before calling the getxattr op
the first time.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfsd/vfs.c