Skip to content
Snippets Groups Projects
  • Dave Chinner's avatar
    4bc1ea6b
    xfs: remove xfs_flush_pages · 4bc1ea6b
    Dave Chinner authored
    
    It is a complex wrapper around VFS functions, but there are VFS
    functions that provide exactly the same functionality. Call the VFS
    functions directly and remove the unnecessary indirection and
    complexity.
    
    We don't need to care about clearing the XFS_ITRUNCATED flag, as
    that is done during .writepages. Hence is cleared by the VFS
    writeback path if there is anything to write back during the flush.
    
    Signed-off-by: default avatarDave Chinner <dchinner@redhat.com>
    Reviewed-by: default avatarAndrew Dahl <adahl@sgi.com>
    Signed-off-by: default avatarBen Myers <bpm@sgi.com>
    4bc1ea6b
    History
    xfs: remove xfs_flush_pages
    Dave Chinner authored
    
    It is a complex wrapper around VFS functions, but there are VFS
    functions that provide exactly the same functionality. Call the VFS
    functions directly and remove the unnecessary indirection and
    complexity.
    
    We don't need to care about clearing the XFS_ITRUNCATED flag, as
    that is done during .writepages. Hence is cleared by the VFS
    writeback path if there is anything to write back during the flush.
    
    Signed-off-by: default avatarDave Chinner <dchinner@redhat.com>
    Reviewed-by: default avatarAndrew Dahl <adahl@sgi.com>
    Signed-off-by: default avatarBen Myers <bpm@sgi.com>