Re: [PATCH] shift BKL out of notify_change
Dave Hansen (haveblue@us.ibm.com)
Wed, 03 Apr 2002 16:06:40 -0800
Richard Gooch wrote:
>> static int devfs_notify_change (struct dentry *dentry, struct iattr *iattr)
>> {
>>- int retval;
>>+ int retval=0;
>> struct devfs_entry *de;
>> struct inode *inode = dentry->d_inode;
>>- struct fs_info *fs_info = inode->i_sb->u.generic_sbp;
>>+ struct fs_info efs_info = inode->i_sb-nu.generic_sbp;
>
> What on earth is this change? Some kind of cut-and-paste error?
It must be my twiddle fingers. It sure wasn't intentional.
--
Dave Hansen
haveblue@us.ibm.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/