1
0
Fork 0
alistair23-linux/fs/jbd2
Liu Song 0df6f46995 jbd2: jbd2_get_transaction does not need to return a value
In jbd2_get_transaction, a new transaction is initialized,
and set to the j_running_transaction. No need for a return
value, so remove it.

Also, adjust some comments to match the actual operation
of this function.

Signed-off-by: Liu Song <liu.song11@zte.com.cn>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
2019-03-01 00:36:57 -05:00
..
Kconfig jbd2: remove debug dependency on debug_fs and update Kconfig help text 2013-06-12 23:07:51 -04:00
Makefile [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbols 2006-10-11 11:14:15 -07:00
checkpoint.c jbd2: fix deadlock while checkpoint thread waits commit thread to finish 2019-01-31 23:42:11 -05:00
commit.c jbd2: fix invalid descriptor block checksum 2019-03-01 00:30:00 -05:00
journal.c jbd2: fold jbd2_superblock_csum_{verify,set} into their callers 2019-02-14 16:28:14 -05:00
recovery.c jbd2: clarify bad journal block checksum message 2018-02-18 21:33:13 -05:00
revoke.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
transaction.c jbd2: jbd2_get_transaction does not need to return a value 2019-03-01 00:36:57 -05:00