projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8ac7fb
)
Unionfs: update write_inode prototype
author
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 6 Aug 2010 05:48:45 +0000
(
01:48
-0400)
committer
Erez 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
patch
|
blob
|
history
diff --git
a/fs/unionfs/super.c
b/fs/unionfs/super.c
index bd058feb0ae49483d01777db3567741766fb16fa..a8f557127a6148400217f0989854028ffa00f802 100644
(file)
--- 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;