fuse: clean up open file passing in setattr
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 18 Oct 2007 10:07:00 +0000 (03:07 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 18 Oct 2007 21:37:30 +0000 (14:37 -0700)
commit49d4914fd7c10ae846d0f30d5f6f4732cc68499c
tree958f5ef12b5bb6f7c58a76c9ca7583b028a6c2b5
parentc79e322f63592c00b25b17af6a1782fad6c6fe6e
fuse: clean up open file passing in setattr

Clean up supplying open file to the setattr operation.  In addition to being a
cleanup it prepares for the changes in the way the open file is passed to the
setattr method.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fuse/dir.c