Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.3.48 /fs/attr.c

Filename:/fs/attr.c
Lines Added:2
Lines Deleted:2
Also changed in: (Previous) 2.3.47  2.3.45  2.2.11-ac3  2.2.11-ac1  2.2.11-ac2  2.2.10-ac11 
(Following) 2.3.49  2.3.99-pre7  2.5.48  2.5.50  2.5.50bk1  2.5.50-ac1 

Location
[  2.3.48
  [  fs
     o  attr.c

Patch

diff -u --recursive --new-file v2.3.47/linux/fs/attr.c linux/fs/attr.c
--- v2.3.47/linux/fs/attr.c   Sun Feb 20 21:12:39 2000
+++ linux/fs/attr.c   Sat Feb 26 20:33:42 2000
@@ -92,8 +92,8 @@
       attr->ia_mtime = now;
 
    if (inode->i_sb && inode->i_sb->s_op &&
-       inode->i_sb->s_op->notify_change) 
-      error = inode->i_sb->s_op->notify_change(dentry, attr);
+       inode->i_op->setattr) 
+      error = inode->i_op->setattr(dentry, attr);
    else {
       error = inode_change_ok(inode, attr);
       if (!error)


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.