Re: [PATCH] btrfs-progs: make it static if function isn't called outside

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

 



On Wed, Nov 13, 2013 at 04:19:39PM +0800, Anand Jain wrote:
> --- a/cmds-dedup.c
> +++ b/cmds-dedup.c
> @@ -31,7 +31,7 @@ static const char * const dedup_cmd_group_usage[] = {
>  	NULL
>  };
>  
> -int dedup_ctl(char *path, struct btrfs_ioctl_dedup_args *args)
> +static int dedup_ctl(char *path, struct btrfs_ioctl_dedup_args *args)
>  {
>  	int ret = 0;
>  	int fd;

FYI, this hunk modifies code in the the dedup patch that's floating
above the other patches that may get merged to master eventually, so
I've folded it into the dedup patch itself.

david
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux