Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-28 | fs: jbd/jbd2: Make state lock and journal head lock rt safe | Thomas Gleixner | |
bit_spin_locks break under RT. Based on a previous patch from Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> -- include/linux/buffer_head.h | 10 ++++++++++ include/linux/jbd_common.h | 24 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+) | |||
2011-10-27 | jdb/jbd2: factor out common functions from the jbd[2] header files | Thomas Gleixner | |
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> |