From: Bob Peterson Date: Wed, 11 Sep 2013 18:44:05 +0000 (-0500) Subject: GFS2: Do not reset flags on active reservations X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~55^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8708905199a85eebbd820f98d18e045c32077bf;p=pandora-kernel.git GFS2: Do not reset flags on active reservations When we used try locks for rgrps on block allocations, it was important to clear the flags field so that we used a blocking hold on the glock. Now that we're not doing try locks, clearing flags is unnecessary, and a waste of time. In fact, it's probably doing the wrong thing because it clears the GL_SKIP bit that was set for the lvb tracking purposes. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed