]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jfs/jfs_dtree.h
h63xx: initial omap board support.
[linux-2.6-omap-h63xx.git] / fs / jfs / jfs_dtree.h
index cdac2d5bafeb3547a4ca51831bfd134b1f03ebd1..2545bb317235d2c6423c6cefa97afd73ed763107 100644 (file)
@@ -243,9 +243,6 @@ typedef union {
 #define JFS_REMOVE 3
 #define JFS_RENAME 4
 
-#define DIRENTSIZ(namlen) \
-    ( (sizeof(struct dirent) - 2*(JFS_NAME_MAX+1) + 2*((namlen)+1) + 3) &~ 3 )
-
 /*
  * Maximum file offset for directories.
  */