• Andrew Morton's avatar
    [PATCH] move ramfs a_ops into libfs · 3ee477f0
    Andrew Morton authored
    From Bill Irwin.
    
    Abstract out ramfs readpage(), prepare_write(), and commit_write()
    operations.
    
    Ram-backed filesystems are going to be doing a lot of zero-filled read
    and write operations.  So in this patch, ramfs' implementations are
    moved to libfs in anticipation of other callers.
    3ee477f0
libfs.c 7.1 KB