Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in fs/fat/inode.c between commit 3737c63e1fb0 ("fs: move struct kiocb to fs.h") from the vfs tree and commit be33247df543 ("fs/fat: remove unnecessary includes") from the akpm-current tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc fs/fat/inode.c index 8521207de229,8ea7fec6716d..000000000000 --- a/fs/fat/inode.c +++ b/fs/fat/inode.c @@@ -11,20 -11,12 +11,11 @@@ */ #include <linux/module.h> - #include <linux/init.h> - #include <linux/time.h> - #include <linux/slab.h> - #include <linux/seq_file.h> #include <linux/pagemap.h> #include <linux/mpage.h> - #include <linux/buffer_head.h> - #include <linux/mount.h> -#include <linux/aio.h> #include <linux/vfs.h> + #include <linux/seq_file.h> #include <linux/parser.h> - #include <linux/uio.h> - #include <linux/writeback.h> - #include <linux/log2.h> - #include <linux/hash.h> #include <linux/blkdev.h> #include <asm/unaligned.h> #include "fat.h"
Attachment:
pgpYXVOsapflj.pgp
Description: OpenPGP digital signature