diff options
Diffstat (limited to 'fs/ext2/super.c')
-rw-r--r-- | fs/ext2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 9f43879d6d68..f2702cda9779 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c | |||
@@ -1157,7 +1157,7 @@ static ssize_t ext2_quota_write(struct super_block *sb, int type, | |||
1157 | struct buffer_head tmp_bh; | 1157 | struct buffer_head tmp_bh; |
1158 | struct buffer_head *bh; | 1158 | struct buffer_head *bh; |
1159 | 1159 | ||
1160 | mutex_lock(&inode->i_mutex); | 1160 | mutex_lock_nested(&inode->i_mutex, I_MUTEX_QUOTA); |
1161 | while (towrite > 0) { | 1161 | while (towrite > 0) { |
1162 | tocopy = sb->s_blocksize - offset < towrite ? | 1162 | tocopy = sb->s_blocksize - offset < towrite ? |
1163 | sb->s_blocksize - offset : towrite; | 1163 | sb->s_blocksize - offset : towrite; |