lkml.org 
[lkml]   [2006]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[-mm patch] fs/nfs/inode.c: make nfs_follow_referral()
    On Thu, Apr 27, 2006 at 01:41:41AM -0700, Andrew Morton wrote:
    >...
    > Changes since 2.6.17-rc1-mm3:
    >...
    > git-nfs.patch
    >...
    > git trees
    >...


    This patch makes the needlessly global nfs_follow_referral() static.

    Signed-off-by: Adrian Bunk <bunk@stusta.de>

    --- linux-2.6.17-rc2-mm1-full/fs/nfs/inode.c.old 2006-04-27 19:45:08.000000000 +0200
    +++ linux-2.6.17-rc2-mm1-full/fs/nfs/inode.c 2006-04-27 19:45:26.000000000 +0200
    @@ -2677,8 +2677,9 @@
    * @addr - host addr of new server
    *
    */
    -struct vfsmount *nfs_follow_referral(const struct vfsmount *mnt_parent,
    - const struct dentry *dentry, struct nfs4_fs_locations *locations)
    +static struct vfsmount *nfs_follow_referral(const struct vfsmount *mnt_parent,
    + const struct dentry *dentry,
    + struct nfs4_fs_locations *locations)
    {
    struct vfsmount *mnt = ERR_PTR(-ENOENT);
    struct nfs_clone_mount mountdata = {
    -
    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: 2006-04-27 20:02    [W:6.460 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site