Re: [PATCH -next] reiserfs: use LIST_HEAD() to simplify code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed 21-08-24 14:51:36, Hongbo Li wrote:
> list_head can be initialized automatically with LIST_HEAD()
> instead of calling INIT_LIST_HEAD().
> 
> Signed-off-by: Hongbo Li <lihongbo22@xxxxxxxxxx>

For reiserfs this cleanup is pointless. That code is scheduled to be
deleted in three months.

								Honza

> ---
>  fs/reiserfs/journal.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c
> index e477ee0ff35d..606b363196aa 100644
> --- a/fs/reiserfs/journal.c
> +++ b/fs/reiserfs/journal.c
> @@ -795,8 +795,7 @@ static int write_ordered_buffers(spinlock_t * lock,
>  	struct reiserfs_jh *jh;
>  	int ret = j->j_errno;
>  	struct buffer_chunk chunk;
> -	struct list_head tmp;
> -	INIT_LIST_HEAD(&tmp);
> +	LIST_HEAD(tmp);
>  
>  	chunk.nr = 0;
>  	spin_lock(lock);
> -- 
> 2.34.1
> 
-- 
Jan Kara <jack@xxxxxxxx>
SUSE Labs, CR




[Index of Archives]     [Linux File System Development]     [Linux BTRFS]     [Linux NFS]     [Linux Filesystems]     [Ext4 Filesystem]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Resources]

  Powered by Linux