diff options
author | Wang Xibo <wang.xibo@zte.com.cn> | 2017-07-21 14:40:59 +0200 |
---|---|---|
committer | Bob Peterson <rpeterso@redhat.com> | 2017-07-21 14:40:59 +0200 |
commit | e7cb550d79fba5876616ed33ccafafc4e2bd7e2e (patch) | |
tree | 76fd10251a232d6f1e8064b5f0f82fbb1262f063 /scripts | |
parent | gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode" (diff) | |
download | linux-e7cb550d79fba5876616ed33ccafafc4e2bd7e2e.tar.xz linux-e7cb550d79fba5876616ed33ccafafc4e2bd7e2e.zip |
GFS2: fix code parameter error in inode_go_lock
In inode_go_lock() function, the parameter order of list_add() is error.
According to the define of list_add(), the first parameter is new entry
and the second is the list head, so ip->i_trunc_list should be the
first parameter and the sdp->sd_trunc_list should be second.
Signed-off-by: Wang Xibo<wang.xibo@zte.com.cn>
Signed-off-by: Xiao Likun<xiao.likun@zte.com.cn>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions