]> git.proxmox.com Git - mirror_spl-debian.git/commit
Initialize the /dev/splatctl device buffer
authorNed Bass <bass6@llnl.gov>
Thu, 1 Jul 2010 17:12:57 +0000 (10:12 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 1 Jul 2010 17:59:46 +0000 (10:59 -0700)
commit1a73940d39f07332921a7f78eaca9bd9266c5c7a
tree30d7040f2d531ba06ea938fc22cedfa5f526e174
parentf0d8bb26b492dca0da1faff50b097b1665143bf4
Initialize the /dev/splatctl device buffer

On open() and initialize the buffer with the SPL version string.  The
user space splat utility expects to find the SPL version string when
it opens and reads from /dev/splatctl.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/spl/spl-generic.c
module/splat/splat-ctl.c