diff options
Diffstat (limited to 'fs/nilfs2/gcinode.c')
| -rw-r--r-- | fs/nilfs2/gcinode.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/nilfs2/gcinode.c b/fs/nilfs2/gcinode.c index e16a6664dfa..145f03cd7d3 100644 --- a/fs/nilfs2/gcinode.c +++ b/fs/nilfs2/gcinode.c @@ -28,10 +28,10 @@   * gcinodes), and this file provides lookup function of the dummy   * inodes and their buffer read function.   * - * Since NILFS2 keeps up multiple checkpoints/snapshots accross GC, it + * Since NILFS2 keeps up multiple checkpoints/snapshots across GC, it   * has to treat blocks that belong to a same file but have different   * checkpoint numbers.  To avoid interference among generations, dummy - * inodes are managed separatly from actual inodes, and their lookup + * inodes are managed separately from actual inodes, and their lookup   * function (nilfs_gc_iget) is designed to be specified with a   * checkpoint number argument as well as an inode number.   * @@ -45,6 +45,7 @@  #include <linux/buffer_head.h>  #include <linux/mpage.h>  #include <linux/hash.h> +#include <linux/slab.h>  #include <linux/swap.h>  #include "nilfs.h"  #include "page.h"  |