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

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

Advertisement

Kernel v2.6.24 /fs/efs/super.c

Filename:/fs/efs/super.c
Lines Added:4
Lines Deleted:3
Also changed in: (Previous) 2.6.24-rc8  2.6.24-rc7  2.6.24-rc6  2.6.24-rc5  2.6.24-rc4  2.6.24-rc3 
(Following) 2.6.24-git17  2.6.24-git18  2.6.24-git19  2.6.24-git20  2.6.24-git21  2.6.24-git22 

Location
[  2.6.24
  [  fs
    [  efs
       o  super.c

Patch

diff --git a/fs/efs/super.c b/fs/efs/super.c
index ce4acb8..c79bc62 100644
--- a/fs/efs/super.c
+++ b/fs/efs/super.c
@@ -69,7 +69,7 @@ static void efs_destroy_inode(struct inode *inode)
    kmem_cache_free(efs_inode_cachep, INODE_INFO(inode));
 }
 
-static void init_once(void * foo, struct kmem_cache * cachep, unsigned long flags)
+static void init_once(struct kmem_cache *cachep, void *foo)
 {
    struct efs_inode_info *ei = (struct efs_inode_info *) foo;
 
@@ -113,8 +113,9 @@ static const struct super_operations efs_superblock_operations = {
    .remount_fs   = efs_remount,
 };
 
-static struct export_operations efs_export_ops = {
-   .get_dentry   = efs_get_dentry,
+static const struct export_operations efs_export_ops = {
+   .fh_to_dentry   = efs_fh_to_dentry,
+   .fh_to_parent   = efs_fh_to_parent,
    .get_parent   = efs_get_parent,
 };
 


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