]> git.baikalelectronics.ru Git - kernel.git/commit
[GFS2] Fix bz 234168 (ignoring rgrp flags)
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Apr 2007 09:48:17 +0000 (10:48 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 1 May 2007 08:11:17 +0000 (09:11 +0100)
commit751c707504d240509ea3fd65b3a9248c1b32b633
tree3d70b4af0e22c2d59b28578bde5a1400725ab130
parent5ae18b9fcee1f94b30e9862e68e3fbd97a605ea5
[GFS2] Fix bz 234168 (ignoring rgrp flags)

Ths following patch makes GFS2 use the rgrp flags properly. Although
there are also separate flags for both data and metadata as well, I've
not implemented these as there seems little use for them. On the
otherhand, the "noalloc" flag is generally useful for future changes we
might which to make, so this ensures that we interpret it correctly.

In addition I fixed the comment above the function which was incorrect.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/rgrp.c