The patch titled
     iget-stop-isofs-from-using-read_inode fix
has been removed from the -mm tree.  Its filename was
     iget-stop-isofs-from-using-read_inode-fix.patch

This patch was dropped because an updated version will be merged

------------------------------------------------------
Subject: iget-stop-isofs-from-using-read_inode fix
From: Dave Young <[EMAIL PROTECTED]>

Signed-off-by: Dave Young <[EMAIL PROTECTED]>
Cc: David Howells <[EMAIL PROTECTED]>
Cc: Jan Kara <[EMAIL PROTECTED]>
Cc: Christoph Hellwig <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 fs/isofs/inode.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/isofs/inode.c~iget-stop-isofs-from-using-read_inode-fix 
fs/isofs/inode.c
--- a/fs/isofs/inode.c~iget-stop-isofs-from-using-read_inode-fix
+++ a/fs/isofs/inode.c
@@ -1414,7 +1414,7 @@ struct inode *isofs_iget(struct super_bl
                ret = isofs_read_inode(inode);
                if (ret < 0) {
                        iget_failed(inode);
-                       inode = ERR_PTR(ret);
+                       return NULL;
                } else {
                        unlock_new_inode(inode);
                }
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
pktcdvd-add-kobject_put-when-kobject-register-fails.patch
git-cpufreq.patch
bluetooth-hidp_process_hid_control-remove-unnecessary-parameter-dealing.patch
bluetooth-rfcomm-tty_close-before-destruct.patch
git-wireless.patch
iget-stop-isofs-from-using-read_inode-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to