]> git.pld-linux.org Git - packages/kernel.git/blobdiff - linux-2.4.20-ext3.patch
- obsolete
[packages/kernel.git] / linux-2.4.20-ext3.patch
index 66269acd580d34cba4742ec157c68043e023dcfa..7149208917f5d60f5c0df4f58b7be5b07f7e53f6 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 0.118159 seconds and 4 git commands to generate.