Home
last modified time | relevance | path

Searched hist:"2 d4594acbf6d8f75a27f3578476b6a27d8b13ebb" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Ddirect-io.cdiff 2d4594acbf6d8f75a27f3578476b6a27d8b13ebb Tue Dec 08 11:22:47 CST 2015 Al Viro <viro@zeniv.linux.org.uk> fix the regression from "direct-io: Fix negative return from dio read beyond eof"

Sure, it's better to bail out of past-the-eof read and return 0 than return
a bogus negative value on such. Only we'd better make sure we are bailing out
with 0 and not -ENOMEM...

Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>