Re: [PATCH] shm: Fix the filename of hugetlb sysv shared memory

From: Ken Chen
Date: Mon Jun 11 2007 - 16:54:21 EST


On 6/11/07, Adam Litke <aglitke@xxxxxxxxx> wrote:
On 6/8/07, Eric W. Biederman <ebiederm@xxxxxxxxxxxx> wrote:
> -struct file *hugetlb_zero_setup(size_t size)
> +struct file *hugetlb_file_setup(const char *name, size_t size)

The bulk of this patch seems to handle renaming this function. Is
that really necessary?

It looks OK to me though, because the argument list to that function
is changed. Avoid change the function name isn't going to reduce the
patch size either. So we might just change the name as well to match
the function name shmem_file_setup().
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/