Searched hist:a46126ccc77e764429d63bf958d117f607f4b6c6 (Results 1 – 2 of 2) sorted by relevance
/linux/fs/nfs/ |
H A D | symlink.c | diff a46126ccc77e764429d63bf958d117f607f4b6c6 Wed May 01 18:06:35 CEST 2019 Christoph Hellwig <hch@lst.de> nfs: pass the correct prototype to read_cache_page
Fix the callbacks NFS passes to read_cache_page to actually have the proper type expected. Casting around function pointers can easily hide typing bugs, and defeats control flow protection.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
|
H A D | dir.c | diff a46126ccc77e764429d63bf958d117f607f4b6c6 Wed May 01 18:06:35 CEST 2019 Christoph Hellwig <hch@lst.de> nfs: pass the correct prototype to read_cache_page
Fix the callbacks NFS passes to read_cache_page to actually have the proper type expected. Casting around function pointers can easily hide typing bugs, and defeats control flow protection.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
|