]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/notify/mark.c
Merge remote-tracking branch 'fsnotify/for-next'
[karo-tx-linux.git] / fs / notify / mark.c
index 28b64eb03e333eb0aab9f774c95d10092d571dbc..9d08e2a2acd770cd182e1e44bbfa53dc543a9f93 100644 (file)
@@ -24,7 +24,7 @@
  * referencing this object.  The object typically will live inside the kernel
  * with a refcnt of 2, one for each list it is on (i_list, g_list).  Any task
  * which can find this object holding the appropriete locks, can take a reference
- * and the object itself is guarenteed to survive until the reference is dropped.
+ * and the object itself is guaranteed to survive until the reference is dropped.
  *
  * LOCKING:
  * There are 3 spinlocks involved with fsnotify inode marks and they MUST
@@ -91,9 +91,8 @@
 #include <linux/slab.h>
 #include <linux/spinlock.h>
 #include <linux/srcu.h>
-#include <linux/writeback.h> /* for inode_lock */
 
-#include <asm/atomic.h>
+#include <linux/atomic.h>
 
 #include <linux/fsnotify_backend.h>
 #include "fsnotify.h"