OSDN Git Service

lustre: opened file can't have negative dentry
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 8 May 2014 00:55:28 +0000 (20:55 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 3 Nov 2014 20:21:12 +0000 (15:21 -0500)
commit74d01958a7ebca8c018ce03090eccb3b15ae8635
tree71a1e67f56327f4ee69b469deec308d78f00bbe4
parentc139f3cef36291902d7a29a334acd25a1251cd9d
lustre: opened file can't have negative dentry

... and ll_md_close() gets inode already equal to file_inode(file),
along with ll_file_release()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/staging/lustre/lustre/llite/file.c