git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d36f248
)
fuse: don't use inode in fuse_file_poll
author
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 28 Apr 2009 14:56:41 +0000
(16:56 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 28 Apr 2009 14:56:41 +0000
(16:56 +0200)
Use ff->fc and ff->nodeid instead of file->f_dentry->d_inode in the
fuse_file_poll() implementation.
This prepares this function for use by CUSE, where the inode is not
owned by a fuse filesystem.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/file.c
patch
|
blob
|
history
diff --cc
fs/fuse/file.c
Simple merge