All of lore.kernel.org
 help / color / mirror / Atom feed
* [obsolete] fs-fix-fs-fs-writebackc-build-error.patch removed from -mm tree
@ 2012-01-10 23:44 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2012-01-10 23:44 UTC (permalink / raw)
  To: rdunlap, sfr, mm-commits


The patch titled
     Subject: fs: fix fs/fs-writeback.c build error
has been removed from the -mm tree.  Its filename was
     fs-fix-fs-fs-writebackc-build-error.patch

This patch was dropped because it is obsolete

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
From: Randy Dunlap <rdunlap@xenotime.net>
Subject: fs: fix fs/fs-writeback.c build error

In linux-next, fs/fs-writeback.c no longer #includes <linux/buffer_head.h>,
which #included <linux/pagemap.h>, so add that latter header file to
<linux/writeback.h> to fix the build error:

fs/fs-writeback.c:510:11: error: 'PAGE_CACHE_SHIFT' undeclared (first use in this function)

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/writeback.h |    1 +
 1 file changed, 1 insertion(+)

diff -puN include/linux/writeback.h~fs-fix-fs-fs-writebackc-build-error include/linux/writeback.h
--- a/include/linux/writeback.h~fs-fix-fs-fs-writebackc-build-error
+++ a/include/linux/writeback.h
@@ -6,6 +6,7 @@
 
 #include <linux/sched.h>
 #include <linux/fs.h>
+#include <linux/pagemap.h>
 
 DECLARE_PER_CPU(int, dirty_throttle_leaks);
 
_

Patches currently in -mm which might be from rdunlap@xenotime.net are

origin.patch
leds-add-driver-for-tca6507-led-controller.patch
procfs-parse-mount-options.patch
procfs-add-hidepid=-and-gid=-mount-options.patch
linux-next.patch
drivers-scsi-megaraidc-fix-sparse-warnings.patch
mutex-subsystem-synchro-test-module.patch
mutex-subsystem-synchro-test-module-fix.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-10 23:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-10 23:44 [obsolete] fs-fix-fs-fs-writebackc-build-error.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.