aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-03-16 09:11:06 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-03-16 09:11:06 -0800
commitef41d2f7dc9c5ae389b3dde6f7a356277ac2cd2d (patch)
tree0bbef97c87e973c46fe19fa0be32855036890f11 /driver
parent8481ed61786998185bc8af21c6fed9b133ab3c55 (diff)
downloadpatches-ef41d2f7dc9c5ae389b3dde6f7a356277ac2cd2d.tar.gz
pci patch and refresh
Diffstat (limited to 'driver')
-rw-r--r--driver/allow-sysfs-attribute-files-to-be-pollable.patch2
-rw-r--r--driver/fix-up-the-sysfs-pollable-patch.patch2
-rw-r--r--driver/sysfs_remove_dir-needs-to-invalidate-the-dentry.patch4
3 files changed, 4 insertions, 4 deletions
diff --git a/driver/allow-sysfs-attribute-files-to-be-pollable.patch b/driver/allow-sysfs-attribute-files-to-be-pollable.patch
index 334906b302c82..4800c68cfa640 100644
--- a/driver/allow-sysfs-attribute-files-to-be-pollable.patch
+++ b/driver/allow-sysfs-attribute-files-to-be-pollable.patch
@@ -144,7 +144,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
--- gregkh-2.6.orig/fs/sysfs/inode.c
+++ gregkh-2.6/fs/sysfs/inode.c
-@@ -246,3 +246,24 @@ void sysfs_hash_and_remove(struct dentry
+@@ -250,3 +250,24 @@ void sysfs_hash_and_remove(struct dentry
}
mutex_unlock(&dir->d_inode->i_mutex);
}
diff --git a/driver/fix-up-the-sysfs-pollable-patch.patch b/driver/fix-up-the-sysfs-pollable-patch.patch
index 11b0dc601fa32..17230e1d1de66 100644
--- a/driver/fix-up-the-sysfs-pollable-patch.patch
+++ b/driver/fix-up-the-sysfs-pollable-patch.patch
@@ -95,7 +95,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
EXPORT_SYMBOL_GPL(sysfs_notify);
--- gregkh-2.6.orig/fs/sysfs/inode.c
+++ gregkh-2.6/fs/sysfs/inode.c
-@@ -246,24 +246,3 @@ void sysfs_hash_and_remove(struct dentry
+@@ -250,24 +250,3 @@ void sysfs_hash_and_remove(struct dentry
}
mutex_unlock(&dir->d_inode->i_mutex);
}
diff --git a/driver/sysfs_remove_dir-needs-to-invalidate-the-dentry.patch b/driver/sysfs_remove_dir-needs-to-invalidate-the-dentry.patch
index d7fffc8bef538..e4f7a86f1878d 100644
--- a/driver/sysfs_remove_dir-needs-to-invalidate-the-dentry.patch
+++ b/driver/sysfs_remove_dir-needs-to-invalidate-the-dentry.patch
@@ -21,7 +21,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
--- gregkh-2.6.orig/fs/sysfs/dir.c
+++ gregkh-2.6/fs/sysfs/dir.c
-@@ -333,6 +333,7 @@ void sysfs_remove_dir(struct kobject * k
+@@ -302,6 +302,7 @@ void sysfs_remove_dir(struct kobject * k
* Drop reference from dget() on entrance.
*/
dput(dentry);
@@ -31,7 +31,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
int sysfs_rename_dir(struct kobject * kobj, const char *new_name)
--- gregkh-2.6.orig/fs/sysfs/inode.c
+++ gregkh-2.6/fs/sysfs/inode.c
-@@ -226,12 +226,16 @@ void sysfs_drop_dentry(struct sysfs_dire
+@@ -227,12 +227,16 @@ void sysfs_drop_dentry(struct sysfs_dire
void sysfs_hash_and_remove(struct dentry * dir, const char * name)
{
struct sysfs_dirent * sd;