Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan...
[deliverable/linux.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.
  */
This page took 0.023563 seconds and 5 git commands to generate.