Re: [PATCH] fs/sysfs/file.c: use DEFINE_SPINLOCK for sysfs_open_dirent_lock definition

2007-12-10 Thread Jiri Slaby
On 12/10/2007 08:03 PM, Matthias Kaehlcke wrote: > fs/sysfs/file.c: use DEFINE_SPINLOCK for definition of > sysfs_open_dirent_lock instead of assigning SPIN_LOCK_UNLOCKED Already done: http://lkml.org/lkml/2007/11/9/222 regards, --js -- To unsubscribe from this list: send the line "unsubscribe li

[PATCH] fs/sysfs/file.c: use DEFINE_SPINLOCK for sysfs_open_dirent_lock definition

2007-12-10 Thread Matthias Kaehlcke
fs/sysfs/file.c: use DEFINE_SPINLOCK for definition of sysfs_open_dirent_lock instead of assigning SPIN_LOCK_UNLOCKED Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> -- diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index 4045bdc..09a0611 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c @