Revision 835c92d43b29eb354abdbd5475308a474d7efdfa authored by Linus Torvalds on 06 August 2016, 13:49:02 UTC, committed by Linus Torvalds on 06 August 2016, 13:49:02 UTC
Pull qstr constification updates from Al Viro:
 "Fairly self-contained bunch - surprising lot of places passes struct
  qstr * as an argument when const struct qstr * would suffice; it
  complicates analysis for no good reason.

  I'd prefer to feed that separately from the assorted fixes (those are
  in #for-linus and with somewhat trickier topology)"

* 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  qstr: constify instances in adfs
  qstr: constify instances in lustre
  qstr: constify instances in f2fs
  qstr: constify instances in ext2
  qstr: constify instances in vfat
  qstr: constify instances in procfs
  qstr: constify instances in fuse
  qstr constify instances in fs/dcache.c
  qstr: constify instances in nfs
  qstr: constify instances in ocfs2
  qstr: constify instances in autofs4
  qstr: constify instances in hfs
  qstr: constify instances in hfsplus
  qstr: constify instances in logfs
  qstr: constify dentry_init_security
2 parent s ce804bf + 19a6d89
History
File Mode Size
README.rst -rw-r--r-- 1.6 KB
functions.sh -rw-r--r-- 2.9 KB
parameters.sh -rw-r--r-- 2.5 KB
pktgen.conf-1-1-ip6 -rwxr-xr-x 1.1 KB
pktgen.conf-1-1-ip6-rdos -rwxr-xr-x 1.2 KB
pktgen.conf-1-2 -rwxr-xr-x 1.3 KB
pktgen_bench_xmit_mode_netif_receive.sh -rwxr-xr-x 2.6 KB
pktgen_bench_xmit_mode_queue_xmit.sh -rwxr-xr-x 1.8 KB
pktgen_sample01_simple.sh -rwxr-xr-x 1.9 KB
pktgen_sample02_multiqueue.sh -rwxr-xr-x 2.2 KB
pktgen_sample03_burst_single_flow.sh -rwxr-xr-x 2.5 KB
pktgen_sample04_many_flows.sh -rwxr-xr-x 2.5 KB
pktgen_sample05_flow_per_thread.sh -rwxr-xr-x 2.2 KB

README.rst

back to top