Merge tag 'nbd-for-4.6' of git://git.pengutronix.de/git/mpa/linux-nbd into for-4...
authorJens Axboe <axboe@fb.com>
Thu, 3 Mar 2016 13:52:13 +0000 (06:52 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 3 Mar 2016 13:52:13 +0000 (06:52 -0700)
commitff482f7f6a1750a5ba9bb57a4560716df82338a6
tree78b5fc996c8b56923aa8d480a871cb593270a643
parent931e1c2204c6d00c11c5c1e2e1c20b5ca41f292d
parent37091fdd831f28a6509008542174ed324dd645bc
Merge tag 'nbd-for-4.6' of git://git.pengutronix.de/git/mpa/linux-nbd into for-4.6/drivers

NBD for 4.6

Markus writes:

This pull request contains 7 patches for 4.6.

Patch 1 fixes some unnecessarily complicated code I introduced some versions
ago for debugfs.

Patch 2 removes the criticised signal usage within NBD to kill the NBD threads
after a timeout. This code was used for the last years and is now replaced by
simply killing the tcp connection.

Patches 3-6 are some smaller cleanups.

Patch 7 uevents for the userspace. This way udev/systemd can react on connected
NBD devices.