lustre: get rid of playing with ->fs
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Dec 2014 03:40:27 +0000 (22:40 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 17 Dec 2014 11:43:56 +0000 (06:43 -0500)
* removed several pieces of dead code in lustre_compat25.h
* don't open-code current_umask() (and BTW, 0755 & (S_IRWXUGO | S_ISVTX)
is better spelled as 0755)
* fix broken attempt to get the pathname by dentry - abusing d_path() for
that is simply wrong.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found