X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Documentation%2Ffilesystems%2FLocking;h=96d4293607ecfe22ed30e8d0ab518a8ddacbbba9;hb=21896bc010c17e5ac58951e771496ec2fb1051ed;hp=61c98f03baa1da676388d15742a0a628657ec291;hpb=866707fc2721df8fee637fcf0239628b9231f9ea;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index 61c98f0..96d4293 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking @@ -380,7 +380,7 @@ prototypes: int (*open) (struct inode *, struct file *); int (*flush) (struct file *); int (*release) (struct inode *, struct file *); - int (*fsync) (struct file *, struct dentry *, int datasync); + int (*fsync) (struct file *, int datasync); int (*aio_fsync) (struct kiocb *, int datasync); int (*fasync) (int, struct file *, int); int (*lock) (struct file *, int, struct file_lock *);