From: Linus Torvalds Date: Thu, 26 May 2011 17:50:56 +0000 (-0700) Subject: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem X-Git-Tag: v3.0-rc1~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8d613e2a665bf1be9628a3c3f9bafe7599b32c0;p=platform%2Fkernel%2Flinux-exynos.git Merge branch 'for-linus' of git://git./linux/kernel/git/djm/tmem * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem: xen: cleancache shim to Xen Transcendent Memory ocfs2: add cleancache support ext4: add cleancache support btrfs: add cleancache support ext3: add cleancache support mm/fs: add hooks to support cleancache mm: cleancache core ops functions and config fs: add field to superblock to support cleancache mm/fs: cleancache documentation Fix up trivial conflict in fs/btrfs/extent_io.c due to includes --- f8d613e2a665bf1be9628a3c3f9bafe7599b32c0 diff --cc fs/btrfs/extent_io.c index 96fcfa5,0cee46e..4f98932 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c @@@ -10,7 -10,7 +10,8 @@@ #include #include #include +#include + #include #include "extent_io.h" #include "extent_map.h" #include "compat.h"