lkml.org 
[lkml]   [2007]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 12/22] CacheFiles: Export things for CacheFiles
    Date
    Export a number of functions for CacheFiles's use.

    Signed-Off-By: David Howells <dhowells@redhat.com>
    ---

    fs/super.c | 2 ++
    kernel/auditsc.c | 2 ++
    2 files changed, 4 insertions(+), 0 deletions(-)

    diff --git a/fs/super.c b/fs/super.c
    index 28e7370..0e8c0e2 100644
    --- a/fs/super.c
    +++ b/fs/super.c
    @@ -270,6 +270,8 @@ int fsync_super(struct super_block *sb)
    return sync_blockdev(sb->s_bdev);
    }

    +EXPORT_SYMBOL_GPL(fsync_super);
    +
    /**
    * generic_shutdown_super - common helper for ->kill_sb()
    * @sb: superblock to kill
    diff --git a/kernel/auditsc.c b/kernel/auditsc.c
    index 282e041..4448a33 100644
    --- a/kernel/auditsc.c
    +++ b/kernel/auditsc.c
    @@ -1531,6 +1531,8 @@ add_names:
    }
    }

    +EXPORT_SYMBOL_GPL(__audit_inode_child);
    +
    /**
    * auditsc_get_stamp - get local copies of audit_context values
    * @ctx: audit_context for the task
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2007-09-21 17:23    [W:4.214 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site