diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-05 05:28:20 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-05 05:28:20 +0000 |
commit | 51a198e89a96c34b3944034b2ebda9002ff57827 (patch) | |
tree | 682b381942fdae4e4b3ba39a25d7e9e1fb475259 /fs/jfs | |
parent | 72f582ff8569900ccc4439b26bbe5e2fff509f08 (diff) | |
parent | 802a5017ffb27ade616d0fe605f699a3c6303aa3 (diff) | |
download | linux-51a198e89a96c34b3944034b2ebda9002ff57827.tar.gz linux-51a198e89a96c34b3944034b2ebda9002ff57827.tar.bz2 linux-51a198e89a96c34b3944034b2ebda9002ff57827.zip |
Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggy
Pull jfs update from David Kleikamp:
"Trivial cleanup for jfs"
* tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggy:
jfs: remove unused MAXL2PAGES
Diffstat (limited to 'fs/jfs')
-rw-r--r-- | fs/jfs/jfs_dmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c index caade185e568..7dfcab2a2da6 100644 --- a/fs/jfs/jfs_dmap.c +++ b/fs/jfs/jfs_dmap.c @@ -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 |