]> git.baikalelectronics.ru Git - kernel.git/commit
jdb/jbd2: factor out common functions from the jbd[2] header files
authorThomas Gleixner <tglx@linutronix.de>
Thu, 27 Oct 2011 08:38:18 +0000 (04:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 27 Oct 2011 08:38:18 +0000 (04:38 -0400)
commit8ebd1cf32014001efb106262cd80eddc14c62c04
tree277cae3f42649cdd32b4841949e74c5cf9212f1f
parentf29787a733ab7493c6190af0c2104263ce867277
jdb/jbd2: factor out common functions from the jbd[2] header files

The state bits and the lock functions of jbd and jbd2 are
identical.  Share them.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
include/linux/jbd.h
include/linux/jbd2.h
include/linux/jbd_common.h [new file with mode: 0644]