lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 2 Feb 2015 12:34:25 +0100
From:	Jan Kara <jack@...e.cz>
To:	Geert Uytterhoeven <geert@...ux-m68k.org>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Jan Kara <jack@...e.cz>, Christoph Hellwig <hch@....de>,
	Josh Triplett <josh@...htriplett.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Linux 3.19-rc7

On Mon 02-02-15 11:09:53, Geert Uytterhoeven wrote:
> On Mon, Feb 2, 2015 at 6:16 AM, Linus Torvalds
> <torvalds@...ux-foundation.org> wrote:
> > Jan Kara (2):
> >       quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
> 
> Can't copy_to_xfs_dqblk/copy_from_xfs_dqblk be done in XFS instead?
> 
> function                                     old     new   delta
> sys_quotactl                                2380    4082   +1702
>
  No. This conversion is to / from XFS variant of quotactl interface which
is implemented in fs/quota.c. Anyone can use this interface to query also
other filesystems (e.g. gfs2, ext4, ocfs2) so fs/quota/quota.c is the right
place for this. And if you compile kernel with CONFIG_QUOTA enabled, you
are likely running on large enough machine not to care about 1.7 KB of
code (as much as I agree the growth is unpleasant).

								Honza
-- 
Jan Kara <jack@...e.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ