cifs: kill more bogus checks in ->...xattr() methods
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 10 Apr 2016 21:07:33 +0000 (17:07 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 10 Apr 2016 21:12:03 +0000 (17:12 -0400)
commit5fdccfef483d088fcc533b282bf6953579d6d6f4
tree08e4cf2966a798b011d901a6b058aac7b95a3b98
parentfc64005c93090c052637f63578d810b037abb1a1
cifs: kill more bogus checks in ->...xattr() methods

none of that stuff can ever be called for NULL or negative
dentry.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/cifs/xattr.c