]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/gfs2/dir.c
Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[linux.git] / fs / gfs2 / dir.c
index eb9c0578978fe46b62a9c9ad7fee3a97d1e48eab..c8b62577e2f274e6c29931af55c588aaac6b6224 100644 (file)
@@ -73,9 +73,6 @@
 #include "bmap.h"
 #include "util.h"
 
-#define IS_LEAF     1 /* Hashed (leaf) directory */
-#define IS_DINODE   2 /* Linear (stuffed dinode block) directory */
-
 #define MAX_RA_BLOCKS 32 /* max read-ahead blocks */
 
 #define gfs2_disk_hash2offset(h) (((u64)(h)) >> 1)