]> Git Repo - linux.git/commitdiff
jfs: remove unused MAXL2PAGES
authorAlex Shi <[email protected]>
Tue, 21 Jan 2020 08:49:20 +0000 (16:49 +0800)
committerDave Kleikamp <[email protected]>
Tue, 21 Jan 2020 16:06:55 +0000 (10:06 -0600)
This has never been used.

Signed-off-by: Alex Shi <[email protected]>
Signed-off-by: Dave Kleikamp <[email protected]>
Cc: [email protected]
Cc: [email protected]
fs/jfs/jfs_dmap.c

index caade185e568da4783e55301f34bd9b81447176b..7dfcab2a2da68c2f440dad5b730c6c04ecf31660 100644 (file)
@@ -4027,7 +4027,6 @@ static int dbGetL2AGSize(s64 nblocks)
  */
 #define MAXL0PAGES     (1 + LPERCTL)
 #define MAXL1PAGES     (1 + LPERCTL * MAXL0PAGES)
-#define MAXL2PAGES     (1 + LPERCTL * MAXL1PAGES)
 
 /*
  * convert number of map pages to the zero origin top dmapctl level
This page took 0.064705 seconds and 4 git commands to generate.