linux/drivers/nvme/target
Andrzej Pietrasiewicz e16769d4bc fs: configfs: don't return anything from drop_link
Documentation/filesystems/configfs/configfs.txt says:

"When unlink(2) is called on the symbolic link, the source item is
notified via the ->drop_link() method.  Like the ->drop_item() method,
this is a void function and cannot return failure."

The ->drop_item() is indeed a void function, the ->drop_link() is
actually not. This, together with the fact that the value of ->drop_link()
is silently ignored suggests, that it is the ->drop_link() return
type that should be corrected and changed to void.

This patch changes drop_link() signature and all its users.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
[hch: reverted reformatting of some code]
Signed-off-by: Christoph Hellwig <hch@lst.de>
2016-12-01 10:50:49 +01:00
..
admin-cmd.c nvmet: use symbolic constants for CNS values 2016-10-19 11:36:22 -06:00
configfs.c fs: configfs: don't return anything from drop_link 2016-12-01 10:50:49 +01:00
core.c nvmet: Don't queue fatal error work if csts.cfs is set 2016-11-14 02:08:51 +02:00
discovery.c nvmet: use symbolic constants for CNS values 2016-10-19 11:36:22 -06:00
fabrics-cmd.c
io-cmd.c nvmet: Make dsm number of ranges zero based 2016-09-23 15:37:38 -07:00
Kconfig nvme: fabrics drivers don't need the nvme-pci driver 2016-08-19 14:22:28 +03:00
loop.c blk-mq: remove ->map_queue 2016-09-15 08:42:03 -06:00
Makefile nvmet-rdma: add a NVMe over Fabrics RDMA target driver 2016-07-08 08:38:49 -06:00
nvmet.h nvmet: Fix controller serial number inconsistency 2016-08-04 17:45:10 +03:00
rdma.c nvmet-rdma: drain the queue-pair just before freeing it 2016-11-14 02:08:53 +02:00