Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201914
b: refs/heads/master
c: 4d6ec10
h: refs/heads/master
v: v3
  • Loading branch information
James Morris committed Aug 2, 2010
1 parent 446824d commit f75f11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: c88d4c7b049e87998ac0a9f455aa545cc895ef92
refs/heads/master: 4d6ec10bb4461fdc9a9ab94ef32934e13564e873
3 changes: 1 addition & 2 deletions trunk/security/apparmor/lsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ static int apparmor_path_mknod(struct path *dir, struct dentry *dentry,
return common_perm_create(OP_MKNOD, dir, dentry, AA_MAY_CREATE, mode);
}

static int apparmor_path_truncate(struct path *path, loff_t length,
unsigned int time_attrs)
static int apparmor_path_truncate(struct path *path)
{
struct path_cond cond = { path->dentry->d_inode->i_uid,
path->dentry->d_inode->i_mode
Expand Down

0 comments on commit f75f11c

Please sign in to comment.