Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reiserfs: Protect reiserfs_quota_on() with write lock
commit b9e06ef upstream. In reiserfs_quota_on() we do quite some work - for example unpacking tail of a quota file. Thus we have to hold write lock until a moment we call back into the quota code. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information