diff options
Diffstat (limited to 'fs/logfs/segment.c')
| -rw-r--r-- | fs/logfs/segment.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/logfs/segment.c b/fs/logfs/segment.c index 1a14f9910d5..614d7a6fda2 100644 --- a/fs/logfs/segment.c +++ b/fs/logfs/segment.c @@ -10,6 +10,7 @@   * three kinds of objects: inodes, dentries and blocks, both data and indirect.   */  #include "logfs.h" +#include <linux/slab.h>  static int logfs_mark_segment_bad(struct super_block *sb, u32 segno)  {  |