lkml.org 
[lkml]   [2013]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] 9p: remove never used return variable
    Date
    Get rid of the useless 'err' variable, since the return is treated
    farther down without the use of it.

    Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
    ---
    fs/9p/vfs_inode_dotl.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/fs/9p/vfs_inode_dotl.c b/fs/9p/vfs_inode_dotl.c
    index a7c4814..a892c2f 100644
    --- a/fs/9p/vfs_inode_dotl.c
    +++ b/fs/9p/vfs_inode_dotl.c
    @@ -477,13 +477,11 @@ static int
    v9fs_vfs_getattr_dotl(struct vfsmount *mnt, struct dentry *dentry,
    struct kstat *stat)
    {
    - int err;
    struct v9fs_session_info *v9ses;
    struct p9_fid *fid;
    struct p9_stat_dotl *st;

    p9_debug(P9_DEBUG_VFS, "dentry: %p\n", dentry);
    - err = -EPERM;
    v9ses = v9fs_dentry2v9ses(dentry);
    if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) {
    generic_fillattr(dentry->d_inode, stat);
    --
    1.8.4


    \
     
     \ /
      Last update: 2013-09-29 02:01    [W:5.256 / U:0.560 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site