Code

nfs, zfs_arc plugins: Fixed discards qualifiers from pointer target type warn.
authorSebastian Harl <sh@teamix.net>
Thu, 2 Aug 2012 09:25:51 +0000 (11:25 +0200)
committerSebastian Harl <sh@teamix.net>
Thu, 2 Aug 2012 12:02:05 +0000 (14:02 +0200)
commited5fd2d3982bc10d91c2abe8468d5ca51abdffe8
treeb6f9b5091428bbc70a7ff822f1305b110b060e7c
parentd7aa39502a8ba790108473620be5913fbc56b472
nfs, zfs_arc plugins: Fixed discards qualifiers from pointer target type warn.

kstat_data_lookup() and get_kstat_value() expect char pointers rather than
const char pointers.
src/nfs.c
src/zfs_arc.c