Maxim Patlasov
b111c8c0e3
fuse: categorize fuse_get_req()
...
The patch categorizes all fuse_get_req() invocations into two categories:
- fuse_get_req_nopages(fc) - when caller doesn't care about req->pages
- fuse_get_req(fc, n) - when caller need n page pointers (n > 0)
Adding fuse_get_req_nopages() helps to avoid numerous fuse_get_req(fc, 0)
scattered over code. Now it's clear from the first glance when a caller need
fuse_req with page pointers.
The patch doesn't make any logic changes. In multi-page case, it silly
allocates array of FUSE_MAX_PAGES_PER_REQ page pointers. This will be amended
by future patches.
Signed-off-by: Maxim Patlasov <mpatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-01-24 16:21:25 +01:00
..
2012-12-20 14:00:01 -05:00
2012-12-20 14:00:01 -05:00
2012-12-17 15:44:47 -08:00
2012-12-20 14:00:01 -05:00
2012-12-20 18:14:31 -08:00
2012-12-20 22:34:00 +00:00
2012-12-20 14:00:13 -08:00
2013-01-01 23:04:30 -06:00
2012-12-17 17:15:12 -08:00
2013-01-11 05:56:01 -08:00
2012-11-16 11:20:42 -06:00
2012-12-18 10:10:13 -06:00
2012-12-14 12:17:32 +02:00
2012-12-20 14:04:11 -08:00
2012-12-17 17:15:12 -08:00
2013-01-06 23:40:25 -05:00
2013-01-22 10:49:00 +09:00
2012-12-20 17:40:20 -08:00
2012-12-20 22:35:15 +00:00
2013-01-24 16:21:25 +01:00
2013-01-02 10:05:27 +00:00
2012-12-20 14:00:01 -05:00
2012-12-20 20:00:43 -08:00
2012-12-20 18:40:00 -05:00
2012-11-19 05:59:09 -08:00
2012-12-13 12:00:02 -08:00
2013-01-14 22:50:45 +01:00
2013-01-02 09:57:34 -08:00
2012-11-18 11:59:01 +02:00
2012-12-20 18:40:52 -05:00
2012-12-20 18:40:53 -05:00
2012-12-20 18:40:53 -05:00
2012-12-20 18:40:54 -05:00
2013-01-05 14:26:51 -05:00
2012-12-21 17:07:45 -08:00
2012-12-20 18:40:54 -05:00
2012-12-20 20:11:52 -08:00
2012-12-20 18:40:55 -05:00
2012-12-20 14:00:01 -05:00
2012-12-20 14:00:01 -05:00
2013-01-02 09:27:10 -08:00
2013-01-03 15:57:14 -08:00
2012-12-13 16:33:24 +01:00
2012-12-20 14:00:01 -05:00
2012-12-17 15:44:47 -08:00
2012-12-20 14:00:01 -05:00
2012-12-17 17:15:26 -08:00
2013-01-14 22:53:47 +01:00
2012-12-20 14:00:01 -05:00
2013-01-16 16:08:55 -06:00
2012-11-20 04:17:24 -08:00
2012-12-17 17:15:12 -08:00
2012-11-28 21:53:38 -05:00
2012-11-28 21:53:38 -05:00
2012-12-17 17:15:19 -08:00
2012-12-17 17:15:23 -08:00
2012-11-28 21:53:38 -05:00
2012-12-20 17:40:19 -08:00
2012-12-20 17:40:19 -08:00
2012-11-28 21:53:38 -05:00
2012-12-17 17:15:12 -08:00
2013-01-14 13:17:50 -08:00
2012-11-29 00:01:25 -05:00
2012-12-20 18:49:10 -05:00
2012-11-29 12:38:44 -08:00
2012-12-17 17:15:27 -08:00
2013-01-02 09:16:43 -08:00
2013-01-11 14:54:55 -08:00
2012-12-20 14:04:11 -08:00
2012-12-20 13:57:36 -05:00
2013-01-03 15:57:16 -08:00
2012-11-28 21:49:02 -05:00
2012-12-12 17:38:34 -08:00
2012-12-11 17:22:26 -08:00
2012-11-26 17:41:24 -08:00
2013-01-17 13:08:45 +01:00
2012-12-20 18:46:29 -05:00
2012-12-11 13:43:42 +09:00
2012-11-20 04:19:49 -08:00
2012-12-20 18:50:05 -05:00
2012-12-20 13:36:18 -05:00
2012-12-20 18:50:07 -05:00
2012-11-19 05:59:20 -08:00
2012-12-20 17:40:21 -08:00
2013-01-10 14:35:24 -08:00
2012-12-17 17:15:27 -08:00
2013-01-06 20:58:13 -08:00
2012-12-20 18:50:01 -05:00
2012-12-20 18:50:07 -05:00
2012-12-20 18:50:08 -05:00
2012-12-20 18:50:11 -05:00