Commit 032a16c1 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Nathan Scott

[XFS] kill some dead constants from pagebuf

SGI Modid: xfs-linux:xfs-kern:167273a
parent d434869e
......@@ -61,10 +61,6 @@
#include "xfs_linux.h"
#define BBSHIFT 9
#define BN_ALIGN_MASK ((1 << (PAGE_CACHE_SHIFT - BBSHIFT)) - 1)
#ifndef GFP_READAHEAD
#define GFP_READAHEAD (__GFP_NOWARN|__GFP_NORETRY)
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment