From: Steven Whitehouse Date: Mon, 2 Apr 2007 09:48:17 +0000 (+0100) Subject: [GFS2] Fix bz 234168 (ignoring rgrp flags) X-Git-Tag: v2.6.22-rc1~820^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a43a49066d36612f3bb46653cdb265a89c235eff;p=pandora-kernel.git [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 --- Reading git-diff-tree failed