pass writeback_control to ->write_inode
authorChristoph Hellwig <hch@lst.de>
Fri, 5 Mar 2010 08:21:37 +0000 (09:21 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 5 Mar 2010 18:25:52 +0000 (13:25 -0500)
This gives the filesystem more information about the writeback that
is happening.  Trond requested this for the NFS unstable write handling,
and other filesystems might benefit from this too by beeing able to
distinguish between the different callers in more detail.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found