]> www.infradead.org Git - users/hch/misc.git/commit
vfs: factor sb iteration out of do_emergency_remount
authorMateusz Guzik <mguzik@redhat.com>
Tue, 3 Oct 2017 16:17:40 +0000 (18:17 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 5 Oct 2017 15:22:06 +0000 (11:22 -0400)
commitfa7c1d5080f6e7dc4428210b6eac60271f899908
tree8177ae39bbe2a1cdfbec923403a2589e91529188
parent9e66317d3c92ddaab330c125dfe9d06eee268aff
vfs: factor sb iteration out of do_emergency_remount

The intent is to reduce code duplication with other code
iterating the list.

No functional changes.

Signed-off-by: Mateusz Guzik <mguzik@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/super.c