>From 873ffcd14f43c51b9030245e3d257679c323e164 Mon Sep 17 00:00:00 2001
From: Steven Whitehouse <swhiteho@redhat.com>
Date: Tue, 11 Dec 2007 09:20:53 +0000
Subject: [PATCH] [GFS2] Mark inode dirty data by association
This adds dirty inode data to the b_assoc_buffers list so that
the VFS's own metadata syning functions will see that it is
associated with the inode and sync it as required. This means
that this function no longer needs to be done internally by
GFS2.
This is being done in preparation for future changes where we
will reply on this rather than the current method.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>