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

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

Advertisement

Kernel v2.4.11 /fs/open.c

Filename:/fs/open.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.4.11-pre6  2.4.11-pre5  2.4.10-ac10  2.4.10-ac9  2.4.10-ac8  2.4.10-ac7 
(Following) 2.4.12-ac1  2.4.12-ac2  2.4.12-ac3  2.4.12-ac4  2.4.12-ac5  2.4.12-ac6 

Location
[  2.4.11
  [  fs
     o  open.c

Patch

diff -u --recursive --new-file v2.4.10/linux/fs/open.c linux/fs/open.c
--- v2.4.10/linux/fs/open.c   Sun Sep 23 11:41:00 2001
+++ linux/fs/open.c   Fri Oct  5 12:23:53 2001
@@ -554,7 +554,7 @@
       newattrs.ia_mode &= ~S_ISGID;
       newattrs.ia_valid |= ATTR_MODE;
    }
-   error = DQUOT_TRANSFER(dentry, &newattrs);
+   error = notify_change(dentry, &newattrs);
 out:
    return error;
 }


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