• David Howells's avatar
    afs: Wrap most op->error accesses with inline funcs · 2de5599f
    David Howells authored
    Wrap most op->error accesses with inline funcs which will make it easier
    for a subsequent patch to replace op->error with something else.  Two
    functions are added to this end:
    
     (1) afs_op_error() - Get the error code.
    
     (2) afs_op_set_error() - Set the error code.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    cc: Marc Dionne <marc.dionne@auristor.com>
    cc: linux-afs@lists.infradead.org
    2de5599f
inode.c 25.4 KB