]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Fix UFS build
authorDavid S. Miller <davem@redhat.com>
Tue, 5 Feb 2002 08:36:44 +0000 (00:36 -0800)
committerDavid S. Miller <davem@redhat.com>
Tue, 5 Feb 2002 08:36:44 +0000 (00:36 -0800)
Missing smp_lock.h inclusion.

fs/ufs/file.c

index 60ed485e632bf820cca85c86dc31a0b8efacbd01..7af092555ad0196bf5ec7871c89afb965efc384e 100644 (file)
@@ -35,6 +35,7 @@
 #include <linux/locks.h>
 #include <linux/mm.h>
 #include <linux/pagemap.h>
+#include <linux/smp_lock.h>
 
 /*
  * Make sure the offset never goes beyond the 32-bit mark..