Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132
b: refs/heads/master
c: 31e7ad6
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Apr 16, 2005
1 parent ddd6338 commit 35e2f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e072c6f2af57fb8ad9e0f29bfff3f79edf7bdd55
refs/heads/master: 31e7ad6ac919761f0486f7781b02ff3ab54b6ef1
1 change: 1 addition & 0 deletions trunk/fs/dquot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,7 @@ static int vfs_quota_on_inode(struct inode *inode, int type, int format_id)
oldflags = inode->i_flags & (S_NOATIME | S_IMMUTABLE | S_NOQUOTA);
inode->i_flags |= S_NOQUOTA | S_NOATIME | S_IMMUTABLE;
up_write(&dqopt->dqptr_sem);
sb->dq_op->drop(inode);

error = -EIO;
dqopt->files[type] = igrab(inode);
Expand Down

0 comments on commit 35e2f6a

Please sign in to comment.