]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'fsnotify/for-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Sep 2012 04:11:07 +0000 (14:11 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Sep 2012 04:11:07 +0000 (14:11 +1000)
Conflicts:
kernel/audit_tree.c

1  2 
fs/notify/fanotify/fanotify_user.c
fs/notify/notification.c
include/linux/fsnotify_backend.h
kernel/audit_tree.c
kernel/audit_watch.c

Simple merge
Simple merge
Simple merge
index ed206fd88cca76e75a0d8866ab703a7f6fdf38d6,9cedf310e23bfb044470f8538be0616a5fca5711..e81175ef25f82d129dbe4c3b5df70f718d59d782
@@@ -249,7 -249,8 +249,7 @@@ static void untag_chunk(struct node *p
                list_del_rcu(&chunk->hash);
                spin_unlock(&hash_lock);
                spin_unlock(&entry->lock);
-               fsnotify_destroy_mark(entry);
+               fsnotify_destroy_mark(entry, audit_tree_group);
 -              fsnotify_put_mark(entry);
                goto out;
        }
  
                owner->root = new;
        spin_unlock(&hash_lock);
        spin_unlock(&entry->lock);
-       fsnotify_destroy_mark(entry);
+       fsnotify_destroy_mark(entry, audit_tree_group);
 -      fsnotify_put_mark(entry);
 +      fsnotify_put_mark(&new->mark);  /* drop initial reference */
        goto out;
  
  Fallback:
@@@ -443,9 -443,9 +443,9 @@@ static int tag_chunk(struct inode *inod
        spin_unlock(&hash_lock);
        spin_unlock(&chunk_entry->lock);
        spin_unlock(&old_entry->lock);
-       fsnotify_destroy_mark(old_entry);
+       fsnotify_destroy_mark(old_entry, audit_tree_group);
 +      fsnotify_put_mark(chunk_entry); /* drop initial reference */
        fsnotify_put_mark(old_entry); /* pair to fsnotify_find mark_entry */
 -      fsnotify_put_mark(old_entry); /* and kill it */
        return 0;
  }
  
Simple merge