Re: [PATCH 10/16] dept: Add proc knobs to show stats and dependency graph

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

 



On Thu, 17 Feb 2022 19:57:46 +0900
Byungchul Park <byungchul.park@xxxxxxx> wrote:

> +static int __init dept_proc_init(void)
> +{
> +	proc_create_seq("dept_deps", S_IRUSR, NULL, &dept_deps_ops);
> +	proc_create_single("dept_stats", S_IRUSR, NULL, dept_stats_show);
> +	return 0;
> +}
> +
> +__initcall(dept_proc_init);
> +

And git complains about this extra line at the end of the file too.

-- Steve



[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux