[folded-merged] ipc-utilc-use-binary-search-for-max_idx-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: ipc-utilc-use-binary-search-for-max_idx-fix
has been removed from the -mm tree.  Its filename was
     ipc-utilc-use-binary-search-for-max_idx-fix.patch

This patch was dropped because it was folded into ipc-utilc-use-binary-search-for-max_idx.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: ipc-utilc-use-binary-search-for-max_idx-fix

tweak comment, fix typo

Cc: <1vier1@xxxxxx>
Cc: Davidlohr Bueso <dbueso@xxxxxxx>
Cc: Manfred Spraul <manfred@xxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 ipc/util.c |    4 ++--
 ipc/util.h |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

--- a/ipc/util.c~ipc-utilc-use-binary-search-for-max_idx-fix
+++ a/ipc/util.c
@@ -452,7 +452,7 @@ static void ipc_kht_remove(struct ipc_id
 }
 
 /**
- * ipc_search_maxidx - search the highest assigned index
+ * ipc_search_maxidx - search for the highest assigned index
  * @ids: ipc identifier set
  * @limit: known upper limit for highest assigned index
  *
@@ -462,7 +462,7 @@ static void ipc_kht_remove(struct ipc_id
  * object is deleted.
  * If no ipc object is allocated, then -1 is returned.
  *
- * ipc_ids.rwsem needs to be owned by the caller.
+ * ipc_ids.rwsem needs to be held by the caller.
  */
 static int ipc_search_maxidx(struct ipc_ids *ids, int limit)
 {
--- a/ipc/util.h~ipc-utilc-use-binary-search-for-max_idx-fix
+++ a/ipc/util.h
@@ -145,7 +145,7 @@ int ipcperms(struct ipc_namespace *ns, s
  * ipc_get_maxidx - get the highest assigned index
  * @ids: ipc identifier set
  *
- * The function returns the highest assinged index for @ids. The function
+ * The function returns the highest assigned index for @ids. The function
  * doesn't scan the idr tree, it uses a cached value.
  *
  * Called with ipc_ids.rwsem held for reading.
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

ipc-utilc-use-binary-search-for-max_idx.patch
mm.patch
lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix.patch
linux-next-pre.patch
linux-next-post.patch
linux-next-rejects.patch
kernel-cgroup-cgroupc-dont-export-cgroup_get_e_css-twice.patch
mm-introduce-memfd_secret-system-call-to-create-secret-memory-areas-fix.patch
module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix.patch
module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch
kernel-forkc-export-kernel_thread-to-modules.patch




[Index of Archives]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux