]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: create function to read journal inode
authorEric Whitney <enwlinux@gmail.com>
Fri, 30 Sep 2016 06:05:09 +0000 (02:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 30 Sep 2016 06:05:09 +0000 (02:05 -0400)
commitc6cb7e776ad59feba5d84b2524efd6dcbc618e42
tree2e42f81af73b8de1b4d91853c0e4265b657f39be
parent9b623df614576680cadeaa4d7e0b5884de8f7c17
ext4: create function to read journal inode

Factor out the code used in ext4_get_journal() to read a valid journal
inode from storage, enabling its reuse in other functions.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c