All of lore.kernel.org
 help / color / mirror / Atom feed
* - ecryptfs-convert-to-use-new-aops-update.patch removed from -mm tree
@ 2008-10-15 23:45 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2008-10-15 23:45 UTC (permalink / raw)
  To: pbadari, mhalcrow, npiggin, mm-commits


The patch titled
     ecryptfs-convert-to-use-new-aops update
has been removed from the -mm tree.  Its filename was
     ecryptfs-convert-to-use-new-aops-update.patch

This patch was dropped because it was folded into ecryptfs-convert-to-use-new-aops.patch

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

------------------------------------------------------
Subject: ecryptfs-convert-to-use-new-aops update
From: Badari Pulavarty <pbadari@us.ibm.com>

By mistake, I sent out the version without updated comments.
Arguments to write_begin/write_ends needs comment update.

Cc: Nick Piggin <npiggin@suse.de>
Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com>
Cc: Michael Halcrow <mhalcrow@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/ecryptfs/mmap.c |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff -puN fs/ecryptfs/mmap.c~ecryptfs-convert-to-use-new-aops-update fs/ecryptfs/mmap.c
--- a/fs/ecryptfs/mmap.c~ecryptfs-convert-to-use-new-aops-update
+++ a/fs/ecryptfs/mmap.c
@@ -268,8 +268,11 @@ out:
  * ecryptfs_write_begin
  * @file: The eCryptfs file
  * @mapping: The eCryptfs object
- * @from: The start byte from which we will write
- * @to: The end byte to which we will write
+ * @pos: The file offset at which to start writing
+ * @len: Length of the write
+ * @flags: Various flags
+ * @pagep: Pointer to return the page
+ * @fsdata: Pointer to return fs data (unused)
  *
  * This function must zero any hole we create
  *
@@ -456,8 +459,11 @@ int ecryptfs_write_inode_size_to_metadat
  * ecryptfs_write_end
  * @file: The eCryptfs file object
  * @mapping: The eCryptfs object
- * @pos, len: Ignored (we rotate the page IV on each write)
+ * @pos: The file position
+ * @len: The length of the data (unused)
+ * @copied: The amount of data copied
  * @page: The eCryptfs page
+ * @fsdata: The fsdata (unused)
  *
  * This is where we encrypt the data and pass the encrypted data to
  * the lower filesystem.  In OpenPGP-compatible mode, we operate on
_

Patches currently in -mm which might be from pbadari@us.ibm.com are

origin.patch
ecryptfs-convert-to-use-new-aops.patch
ecryptfs-convert-to-use-new-aops-update.patch


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

only message in thread, other threads:[~2008-10-15 23:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-15 23:45 - ecryptfs-convert-to-use-new-aops-update.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.