Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199357
b: refs/heads/master
c: 4dea496
h: refs/heads/master
i:
  199355: 429ba90
v: v3
  • Loading branch information
Jan Kara committed May 27, 2010
1 parent 325a396 commit 20898b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4b113ae6f772b3c25fdcd73d15e9d8b17c89dcc
refs/heads/master: 4dea496974e41814cc715db0268226c6f71f7c8a
2 changes: 1 addition & 1 deletion trunk/fs/quota/dquot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ int dquot_transfer(struct inode *inode, struct iattr *iattr)
if (iattr->ia_valid & ATTR_UID && iattr->ia_uid != inode->i_uid)
transfer_to[USRQUOTA] = dqget(sb, iattr->ia_uid, USRQUOTA);
if (iattr->ia_valid & ATTR_GID && iattr->ia_gid != inode->i_gid)
transfer_to[GRPQUOTA] = dqget(sb, iattr->ia_uid, GRPQUOTA);
transfer_to[GRPQUOTA] = dqget(sb, iattr->ia_gid, GRPQUOTA);

ret = __dquot_transfer(inode, transfer_to);
dqput_all(transfer_to);
Expand Down

0 comments on commit 20898b9

Please sign in to comment.