Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af3a2e8a authored by Eric Sandeen's avatar Eric Sandeen Committed by Tim Shimmin
Browse files

[XFS] move linux/log2.h header to xfs_linux.h



Generally we try not to directly include linux header files in core xfs
code; xfs_linux.h is the spot for that.

SGI-PV: 968563
SGI-Modid: xfs-linux-melb:xfs-kern:29326a

Signed-off-by: default avatarEric Sandeen <sandeen@sandeen.net>
Signed-off-by: default avatarDavid Chinner <dgc@sgi.com>
Signed-off-by: default avatarTim Shimmin <tes@sgi.com>
parent 6385f4d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@
#include <linux/cpu.h>
#include <linux/notifier.h>
#include <linux/delay.h>
#include <linux/log2.h>

#include <asm/page.h>
#include <asm/div64.h>
+0 −2
Original line number Diff line number Diff line
@@ -50,8 +50,6 @@
#include "xfs_acl.h"
#include "xfs_filestream.h"

#include <linux/log2.h>

kmem_zone_t *xfs_ifork_zone;
kmem_zone_t *xfs_inode_zone;
kmem_zone_t *xfs_chashlist_zone;