Re: [PATCH -mm] sysfs: Fix oops in sysfs_drop_dentry on x86_64

2007-06-13 Thread Tejun Heo
Hello, Rafael. Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > Fix oops on x86_64 caused by the dereference of dir in sysfs_drop_dentry() > made > before checking if dir is not NULL > (cf. http://marc.info/?l=linux-kernel&m=118151626704924&w=2). > > Signed-off-by: Raf

[PATCH -mm] sysfs: Fix oops in sysfs_drop_dentry on x86_64

2007-06-13 Thread Rafael J. Wysocki
From: Rafael J. Wysocki <[EMAIL PROTECTED]> Fix oops on x86_64 caused by the dereference of dir in sysfs_drop_dentry() made before checking if dir is not NULL (cf. http://marc.info/?l=linux-kernel&m=118151626704924&w=2). Signed-off-by: Rafael J. Wysocki <[EMAIL PROTECTED]> --- fs/sysfs/inode.c |