Searched hist:e9b5b23e957ef9260fec811d8d8081125889308a (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | symlink.c | diff e9b5b23e957ef9260fec811d8d8081125889308a Sun May 01 20:39:29 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> fs: Change the type of filler_t
By making filler_t the same as read_folio, we can use the same function for both in gfs2. We can push the use of folios down one more level in jffs2 and nfs. We also increase type safety for future users of the various read_cache_page() family of functions by forcing the parameter to be a pointer to struct file (or NULL).
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/fs/jffs2/ |
H A D | gc.c | diff e9b5b23e957ef9260fec811d8d8081125889308a Sun May 01 20:39:29 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> fs: Change the type of filler_t
By making filler_t the same as read_folio, we can use the same function for both in gfs2. We can push the use of folios down one more level in jffs2 and nfs. We also increase type safety for future users of the various read_cache_page() family of functions by forcing the parameter to be a pointer to struct file (or NULL).
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | os-linux.h | diff e9b5b23e957ef9260fec811d8d8081125889308a Sun May 01 20:39:29 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> fs: Change the type of filler_t
By making filler_t the same as read_folio, we can use the same function for both in gfs2. We can push the use of folios down one more level in jffs2 and nfs. We also increase type safety for future users of the various read_cache_page() family of functions by forcing the parameter to be a pointer to struct file (or NULL).
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | file.c | diff e9b5b23e957ef9260fec811d8d8081125889308a Sun May 01 20:39:29 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> fs: Change the type of filler_t
By making filler_t the same as read_folio, we can use the same function for both in gfs2. We can push the use of folios down one more level in jffs2 and nfs. We also increase type safety for future users of the various read_cache_page() family of functions by forcing the parameter to be a pointer to struct file (or NULL).
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/fs/gfs2/ |
H A D | aops.c | diff e9b5b23e957ef9260fec811d8d8081125889308a Sun May 01 20:39:29 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> fs: Change the type of filler_t
By making filler_t the same as read_folio, we can use the same function for both in gfs2. We can push the use of folios down one more level in jffs2 and nfs. We also increase type safety for future users of the various read_cache_page() family of functions by forcing the parameter to be a pointer to struct file (or NULL).
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/include/linux/ |
H A D | pagemap.h | diff e9b5b23e957ef9260fec811d8d8081125889308a Sun May 01 20:39:29 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> fs: Change the type of filler_t
By making filler_t the same as read_folio, we can use the same function for both in gfs2. We can push the use of folios down one more level in jffs2 and nfs. We also increase type safety for future users of the various read_cache_page() family of functions by forcing the parameter to be a pointer to struct file (or NULL).
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>
|
/openbmc/linux/mm/ |
H A D | filemap.c | diff e9b5b23e957ef9260fec811d8d8081125889308a Sun May 01 20:39:29 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> fs: Change the type of filler_t
By making filler_t the same as read_folio, we can use the same function for both in gfs2. We can push the use of folios down one more level in jffs2 and nfs. We also increase type safety for future users of the various read_cache_page() family of functions by forcing the parameter to be a pointer to struct file (or NULL).
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>
|