diff options
| author | Christoph Hellwig <[email protected]> | 2010-05-26 15:53:25 +0000 |
|---|---|---|
| committer | Al Viro <[email protected]> | 2010-05-28 02:05:02 +0000 |
| commit | 7ea8085910ef3dd4f3cad6845aaa2b580d39b115 (patch) | |
| tree | d9c1edb5906f943f7d70bfb4b65106e29772d379 /fs/hppfs/hppfs.c | |
| parent | fs: Add missing mutex_unlock (diff) | |
| download | kernel-7ea8085910ef3dd4f3cad6845aaa2b580d39b115.tar.gz kernel-7ea8085910ef3dd4f3cad6845aaa2b580d39b115.zip | |
drop unused dentry argument to ->fsync
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'fs/hppfs/hppfs.c')
| -rw-r--r-- | fs/hppfs/hppfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hppfs/hppfs.c b/fs/hppfs/hppfs.c index 2e4dfa8593da..826c3f9d29ac 100644 --- a/fs/hppfs/hppfs.c +++ b/fs/hppfs/hppfs.c @@ -587,7 +587,7 @@ static int hppfs_readdir(struct file *file, void *ent, filldir_t filldir) return err; } -static int hppfs_fsync(struct file *file, struct dentry *dentry, int datasync) +static int hppfs_fsync(struct file *file, int datasync) { return 0; } |
