All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs: update ->flush method proto
@ 2006-06-25 20:15 Alexey Dobriyan
  2006-06-25 20:32 ` Al Viro
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2006-06-25 20:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: xfs, linux-fsdevel

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 fs/xfs/linux-2.6/xfs_file.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- a/fs/xfs/linux-2.6/xfs_file.c
+++ b/fs/xfs/linux-2.6/xfs_file.c
@@ -295,7 +295,8 @@ xfs_file_open(
 
 STATIC int
 xfs_file_close(
-	struct file	*filp)
+	struct file	*filp,
+	fl_owner_t	id)
 {
 	return -bhv_vop_close(vn_from_inode(filp->f_dentry->d_inode), 0,
 				file_count(filp) > 1 ? L_FALSE : L_TRUE, NULL);


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-25 20:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-25 20:15 [PATCH] xfs: update ->flush method proto Alexey Dobriyan
2006-06-25 20:32 ` Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.