Unionfs: update write_inode prototype
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 6 Aug 2010 05:48:45 +0000 (01:48 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 12 Aug 2011 02:39:18 +0000 (22:39 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/super.c

index bd058feb0ae49483d01777db3567741766fb16fa..a8f557127a6148400217f0989854028ffa00f802 100644 (file)
@@ -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;