]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita7455627bfcf5fe2ed2f794e6ba75d43e60ce15b
tree78b5fc996c8b56923aa8d480a871cb593270a643
parent63026f74b623927ea24dd19592a5acadb842c0aa
parent70b4fab274694d94f4e50722a6b927b9dbdd81bc
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.