]> git.baikalelectronics.ru Git - kernel.git/commit
GFS2: Fix address space from page function
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 31 Mar 2014 16:48:27 +0000 (17:48 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 31 Mar 2014 16:48:27 +0000 (17:48 +0100)
commit5c21a56810d957ffafbe4bdaa0d0db7664fe6fc7
treeca9bfdbbabf9aa50e81565c643a8849789a69949
parent926cbbb7c4fd9a7cedc678ab28978b586174c151
GFS2: Fix address space from page function

Now that rgrps use the address space which is part of the super
block, we need to update gfs2_mapping2sbd() to take account of
that. The only way to do that easily is to use a different set
of address_space_operations for rgrps.

Reported-by: Abhi Das <adas@redhat.com>
Tested-by: Abhi Das <adas@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/meta_io.c
fs/gfs2/meta_io.h
fs/gfs2/ops_fstype.c