nilfs2: fix lock order reversal in chcp operation
[safe/jmp/linux-2.6] / fs / hpfs / file.c
index 64ab522..3efabff 100644 (file)
@@ -6,6 +6,7 @@
  *  file VFS functions
  */
 
+#include <linux/smp_lock.h>
 #include "hpfs_fn.h"
 
 #define BLOCKS(size) (((size) + 511) >> 9)