]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
GFS2: Set log descriptor type for jdata blocks
authorBob Peterson <rpeterso@redhat.com>
Fri, 24 May 2013 19:02:49 +0000 (15:02 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 3 Jun 2013 15:38:39 +0000 (16:38 +0100)
commit4a586812055dbd2588b0836ab758f6b9670c3949
tree75d68af866e2102dd18f492ae37da5c1766ed165
parentaa4f608478acb7ed69dfcff4f3c404100b78ac49
GFS2: Set log descriptor type for jdata blocks

This patch sets the log descriptor type according to whether the
journal commit is for (journaled) data or metadata. This was
recently broken when the functions to process data and metadata
log ops were combined.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/lops.c