SOURCES (LINUX_2_6_20): linux-2.6-vs2.3.patch - fix for include/li...

mguevara mguevara at pld-linux.org
Tue Jan 16 21:31:52 CET 2007


Author: mguevara                     Date: Tue Jan 16 20:31:52 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- fix for include/linux/quotaops.h

---- Files affected:
SOURCES:
   linux-2.6-vs2.3.patch (1.2.2.23 -> 1.2.2.24) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.2.23 SOURCES/linux-2.6-vs2.3.patch:1.2.2.24
--- SOURCES/linux-2.6-vs2.3.patch:1.2.2.23	Tue Jan 16 16:16:40 2007
+++ SOURCES/linux-2.6-vs2.3.patch	Tue Jan 16 21:31:47 2007
@@ -14154,13 +14154,16 @@
  
  extern int dquot_initialize(struct inode *inode, int type);
  extern int dquot_drop(struct inode *inode);
-@@ -34,19 +34,19 @@ extern int dquot_transfer(struct inode *
+@@ -34,22 +34,22 @@ extern int dquot_transfer(struct inode *
  extern int dquot_commit(struct dquot *dquot);
  extern int dquot_acquire(struct dquot *dquot);
  extern int dquot_release(struct dquot *dquot);
 -extern int dquot_commit_info(struct super_block *sb, int type);
 +extern int dquot_commit_info(struct dqhash *hash, int type);
  extern int dquot_mark_dquot_dirty(struct dquot *dquot);
+ 
+ int remove_inode_dquot_ref(struct inode *inode, int type,
+ 			   struct list_head *tofree_head);
  
 -extern int vfs_quota_on(struct super_block *sb, int type, int format_id, char *path);
 -extern int vfs_quota_on_mount(struct super_block *sb, char *qf_name,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux-2.6-vs2.3.patch?r1=1.2.2.23&r2=1.2.2.24&f=u



More information about the pld-cvs-commit mailing list