summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0012-xfs-Fix-missing-xfs_iunlock-on-error-recovery-path-i.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0012-xfs-Fix-missing-xfs_iunlock-on-error-recovery-path-i.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0012-xfs-Fix-missing-xfs_iunlock-on-error-recovery-path-i.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0012-xfs-Fix-missing-xfs_iunlock-on-error-recovery-path-i.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0012-xfs-Fix-missing-xfs_iunlock-on-error-recovery-path-i.patch
index 87c0bceb..d7fda923 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0012-xfs-Fix-missing-xfs_iunlock-on-error-recovery-path-i.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0012-xfs-Fix-missing-xfs_iunlock-on-error-recovery-path-i.patch
@@ -1,4 +1,4 @@
1From 2f455c0d809c7c2b9e340feb0e4db1a4a3580762 Mon Sep 17 00:00:00 2001 1From e312b80f6b940d2ed0097fb49c831f69c4e0b530 Mon Sep 17 00:00:00 2001
2From: Jan Kara <jack@suse.cz> 2From: Jan Kara <jack@suse.cz>
3Date: Wed, 11 Jan 2012 18:52:10 +0000 3Date: Wed, 11 Jan 2012 18:52:10 +0000
4Subject: [PATCH 12/90] xfs: Fix missing xfs_iunlock() on error recovery path 4Subject: [PATCH 12/90] xfs: Fix missing xfs_iunlock() on error recovery path
@@ -17,7 +17,7 @@ Signed-off-by: Ben Myers <bpm@sgi.com>
17Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 17Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18--- 18---
19 fs/xfs/xfs_vnodeops.c | 3 ++- 19 fs/xfs/xfs_vnodeops.c | 3 ++-
20 1 files changed, 2 insertions(+), 1 deletions(-) 20 1 file changed, 2 insertions(+), 1 deletion(-)
21 21
22diff --git a/fs/xfs/xfs_vnodeops.c b/fs/xfs/xfs_vnodeops.c 22diff --git a/fs/xfs/xfs_vnodeops.c b/fs/xfs/xfs_vnodeops.c
23index ce9268a..ee98d0b 100644 23index ce9268a..ee98d0b 100644
@@ -34,5 +34,5 @@ index ce9268a..ee98d0b 100644
34 34
35 35
36-- 36--
371.7.7.4 371.7.9.4
38 38