AppArmor: update path_truncate method to latest version
authorJames Morris <jmorris@namei.org>
Thu, 29 Jul 2010 23:02:04 +0000 (09:02 +1000)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:38:37 +0000 (15:38 +1000)
Remove extraneous path_truncate arguments from the AppArmor hook,
as they've been removed from the LSM API.

Signed-off-by: James Morris <jmorris@namei.org>
security/apparmor/lsm.c

index 7daf0d5280377a9bfdd4de1ae62597c49aa499d0..8db33a8b50c44aadcadba07eba7cd474ea9cd638 100644 (file)
@@ -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