linux/fs/jbd2
Jan Kara cb0d9d47a3 jbd2: save some atomic ops in __JI_COMMIT_RUNNING handling
Currently we used atomic bit operations to manipulate
__JI_COMMIT_RUNNING bit. However this is unnecessary as i_flags are
always written and read under j_list_lock. So just change the operations
to standard bit operations.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-02-22 23:20:30 -05:00
..
checkpoint.c jbd2: fix checkpoint list cleanup 2015-10-17 22:35:09 -04:00
commit.c jbd2: save some atomic ops in __JI_COMMIT_RUNNING handling 2016-02-22 23:20:30 -05:00
journal.c jbd2: save some atomic ops in __JI_COMMIT_RUNNING handling 2016-02-22 23:20:30 -05:00
Kconfig jbd2: remove debug dependency on debug_fs and update Kconfig help text 2013-06-12 23:07:51 -04:00
Makefile
recovery.c jbd2: unify revoke and tag block checksum handling 2016-02-22 23:19:09 -05:00
revoke.c jbd2: unify revoke and tag block checksum handling 2016-02-22 23:19:09 -05:00
transaction.c fs: use block_device name vsprintf helper 2016-01-06 13:03:18 -05:00