]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/stack.c
amd-xgbe: Separate Tx/Rx ring data fields into new structs
[karo-tx-linux.git] / fs / stack.c
index 5b5388250e29351a66b60cd7658832586eb80771..a54e33ed10f1beaeeb008e5b2dab1f6d9831c174 100644 (file)
@@ -44,7 +44,7 @@ void fsstack_copy_inode_size(struct inode *dst, struct inode *src)
         * include/linux/fs.h).  We don't necessarily hold i_mutex when this
         * is called, so take i_lock for that case.
         *
-        * And if CONFIG_LBADF (on 32-bit), continue our effort to keep the
+        * And if CONFIG_LBDAF (on 32-bit), continue our effort to keep the
         * two halves of i_blocks in sync despite SMP or PREEMPT: use i_lock
         * for that case too, and do both at once by combining the tests.
         *