]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: fix accidental reversion of aa6a6227435cb
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Apr 2018 05:13:34 +0000 (22:13 -0700)
committerJack Vogel <jack.vogel@oracle.com>
Thu, 12 Apr 2018 18:47:38 +0000 (11:47 -0700)
commita0fbc7aef590a546292a2bbd571f75e0390c4da8
tree916af6856191f60100b2f68306a27f1e456f52e0
parent6e267e967fb25573a76f598b5123e3429f69d34e
xfs: fix accidental reversion of aa6a6227435cb

In commit id 7ea004358b97c ("xfs: don't leave EFIs on AIL on mount
failure") I accidentally reverted aa6a6227435cb06c ("xfs: toggle
readonly state around xfs_log_mount_finish"), which caused a regression
in generic/417.  Put back the code that enables iunlink processing on a
ro mount.

Orabug: 27845869

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Jack Vogel <jack.vogel@oracle.com>
fs/xfs/xfs_log.c