]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- fixed for new kernel release
authorcieciwa <cieciwa@pld-linux.org>
Fri, 7 Mar 2003 13:05:20 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-2.4.20-ext3.patch -> 1.2

linux-2.4.20-ext3.patch

index 7149208917f5d60f5c0df4f58b7be5b07f7e53f6..66269acd580d34cba4742ec157c68043e023dcfa 100644 (file)
@@ -43,9 +43,9 @@
  extern int filemap_fdatawait(struct address_space *);
 -extern void sync_supers(kdev_t);
 +extern void sync_supers(kdev_t dev, int wait);
- extern void sync_supers_lockfs(kdev_t);
- extern void unlockfs(kdev_t);
  extern int bmap(struct inode *, int);
+ extern int notify_change(struct dentry *, struct iattr *);
+ extern int permission(struct inode *, int);
 --- linux-akpm/fs/super.c~sync_fs      Thu Dec  5 21:33:56 2002
 +++ linux-akpm-akpm/fs/super.c Thu Dec  5 21:33:56 2002
 @@ -445,7 +445,7 @@ static inline void write_super(struct su
This page took 1.582281 seconds and 4 git commands to generate.