From ea464c71b8bea4763c88aa64e73fa1c8ae169bc5 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Fri, 6 Aug 2010 01:48:45 -0400 Subject: [PATCH] Unionfs: update write_inode prototype Signed-off-by: Erez Zadok --- fs/unionfs/super.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c index bd058feb0ae..a8f557127a6 100644 --- a/fs/unionfs/super.c +++ b/fs/unionfs/super.c @@ -938,7 +938,8 @@ void unionfs_destroy_inode_cache(void) * * No need to grab sb info's rwsem. */ -static int unionfs_write_inode(struct inode *inode, int sync) +static int unionfs_write_inode(struct inode *inode, + struct writeback_control *wbc) { struct list_head *pos, *n; struct unionfs_dir_state *rdstate; -- 2.34.1