]> git.baikalelectronics.ru Git - kernel.git/commit
aio: add missing break for the IOCB_CMD_FDSYNC case
authorChristoph Hellwig <hch@lst.de>
Mon, 28 May 2018 05:19:49 +0000 (07:19 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 28 May 2018 17:40:50 +0000 (13:40 -0400)
commit93b39689290c1b6f708303ba1e16a2384a459e05
tree207646979a477d77ba83cf4b36eb171054d39a29
parent8b84f5fa66500c12976c2752a6d6fc0906d91649
aio: add missing break for the IOCB_CMD_FDSYNC case

Looks like this got lost in a merge.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/aio.c