All of lore.kernel.org
 help / color / mirror / Atom feed
* + xfs-needs-list_sort.patch added to -mm tree
@ 2010-03-04 21:12 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2010-03-04 21:12 UTC (permalink / raw)
  To: mm-commits; +Cc: randy.dunlap, aelder, david


The patch titled
     xfs: needs LIST_SORT
has been added to the -mm tree.  Its filename is
     xfs-needs-list_sort.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

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

------------------------------------------------------
Subject: xfs: needs LIST_SORT
From: Randy Dunlap <randy.dunlap@oracle.com>

xfs uses list_sort (library function), so it needs to select it.
Fixes these build errors:
fs/xfs/linux-2.6/xfs_buf.c:1918: undefined reference to `list_sort'
fs/xfs/linux-2.6/xfs_buf.c:1996: undefined reference to `list_sort'
fs/xfs/linux-2.6/xfs_buf.c:1950: undefined reference to `list_sort'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Alex Elder <aelder@sgi.com>
Cc: Dave Chinner <david@fromorbit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/xfs/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff -puN fs/xfs/Kconfig~xfs-needs-list_sort fs/xfs/Kconfig
--- a/fs/xfs/Kconfig~xfs-needs-list_sort
+++ a/fs/xfs/Kconfig
@@ -2,6 +2,7 @@ config XFS_FS
 	tristate "XFS filesystem support"
 	depends on BLOCK
 	select EXPORTFS
+	select LIST_SORT
 	help
 	  XFS is a high performance journaling filesystem which originated
 	  on the SGI IRIX platform.  It is completely multi-threaded, can
_

Patches currently in -mm which might be from randy.dunlap@oracle.com are

origin.patch
linux-next.patch
vmwgfx-depends-on-fb.patch
dib3000mc-reduce-large-stack-usage.patch
dib7000p-reduce-large-stack-usage.patch
i2c-fix-xiic-build-error.patch
xfs-needs-list_sort.patch
mfgpt-move-clocksource-menu.patch
elf-coredump-replace-elf_core_extra_-macros-by-functions-fix.patch
xen-add-kconfig-menu.patch
gpio-add-driver-for-max7300-i2c-gpio-extender.patch
documentation-timers-split-txt-and-source-files.patch
documentation-laptop-split-txt-and-source-files.patch
documentation-fs-split-txt-and-source-files.patch
documentation-vm-split-txt-and-source-files.patch
doc-submitchecklist-add-rule-1.patch
cgroups-subsystem-module-unloading-fix.patch
memcg-move-charges-of-anonymous-swap-fix.patch
memcg-improve-performance-in-moving-swap-charge-fix.patch
cgroup-implement-eventfd-based-generic-api-for-notifications-kconfig-fix.patch
dma-mappingh-add-the-dma_unmap-state-api-fix-2.patch
reiser4-export-remove_from_page_cache-fix.patch
mutex-subsystem-synchro-test-module-add-missing-header-file.patch


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

only message in thread, other threads:[~2010-03-04 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-04 21:12 + xfs-needs-list_sort.patch added to -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.