]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/fcntl.h
Merge /spare/repo/linux-2.6/
[linux-2.6-omap-h63xx.git] / include / linux / fcntl.h
index 704fb76b6334c0bbe475a090cdd73908c0023510..8a7c82151de96388fd53c7f06296783bd247b14d 100644 (file)
 
 #ifdef __KERNEL__
 
+#ifndef force_o_largefile
+#define force_o_largefile() (BITS_PER_LONG != 32)
+#endif
+
 #if BITS_PER_LONG == 32
 #define IS_GETLK32(cmd)                ((cmd) == F_GETLK)
 #define IS_SETLK32(cmd)                ((cmd) == F_SETLK)