Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199355
b: refs/heads/master
c: 36a32ae
h: refs/heads/master
i:
  199353: cc8fcf2
  199351: 4fda7c5
v: v3
  • Loading branch information
Dmitry Monakhov authored and Jan Kara committed May 27, 2010
1 parent c122c00 commit 429ba90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 8f45c33decf62e1aaaa9411aae8fef6a38f95845
refs/heads/master: 36a32ae0007c6c1e4e5d1a4363290792c2938f0a
8 changes: 0 additions & 8 deletions trunk/drivers/staging/pohmelfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <linux/slab.h>
#include <linux/statfs.h>
#include <linux/writeback.h>
#include <linux/quotaops.h>

#include "netfs.h"

Expand Down Expand Up @@ -969,13 +968,6 @@ int pohmelfs_setattr_raw(struct inode *inode, struct iattr *attr)
goto err_out_exit;
}

if ((attr->ia_valid & ATTR_UID && attr->ia_uid != inode->i_uid) ||
(attr->ia_valid & ATTR_GID && attr->ia_gid != inode->i_gid)) {
err = dquot_transfer(inode, attr);
if (err)
goto err_out_exit;
}

err = inode_setattr(inode, attr);
if (err) {
dprintk("%s: ino: %llu, failed to set the attributes.\n", __func__, POHMELFS_I(inode)->ino);
Expand Down

0 comments on commit 429ba90

Please sign in to comment.