Files
kernel_xiaomi_sm8250/fs
Al Viro 7f7f25e82d replace checking for ->read/->aio_read presence with check in ->f_mode
Since we are about to introduce new methods (read_iter/write_iter), the
tests in a bunch of places would have to grow inconveniently.  Check
once (at open() time) and store results in ->f_mode as FMODE_CAN_READ
and FMODE_CAN_WRITE resp.  It might end up being a temporary measure -
once everything switches from ->aio_{read,write} to ->{read,write}_iter
it might make sense to return to open-coded checks.  We'll see...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2014-05-06 17:32:55 -04:00
..
2014-05-06 17:32:44 -04:00
2014-05-06 13:04:59 -07:00
2014-05-06 17:32:54 -04:00
2014-05-06 17:32:49 -04:00
2014-05-06 17:32:49 -04:00
2014-05-06 17:32:44 -04:00
2014-05-06 17:32:52 -04:00
2014-05-06 17:32:54 -04:00
2014-05-06 17:32:43 -04:00
2014-05-06 17:32:54 -04:00
2014-05-05 09:31:33 +03:00
2014-04-19 13:23:31 -07:00
2014-05-06 17:32:52 -04:00
2014-05-06 17:31:10 -04:00
2014-04-01 23:19:09 -04:00
2014-05-06 17:32:49 -04:00
2014-04-01 23:19:08 -04:00
2014-04-01 23:19:08 -04:00
2014-04-01 23:19:09 -04:00
2014-05-06 17:32:49 -04:00
2014-04-16 11:53:08 -07:00