xfs
[Top] [All Lists]

TAKE - cleanup xfs_fsync code

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - cleanup xfs_fsync code
From: Steve Lord <lord@xxxxxxx>
Date: Mon, 23 Sep 2002 17:00:54 -0500
Sender: linux-xfs-bounce@xxxxxxxxxxx
Fold some code paths together in the xfs fsync implementation.
Code inspection revealed two large chunks of code on different
sides of an if which were identical except for one line.


Date:  Mon Sep 23 15:04:49 PDT 2002
Workarea:  jen.americas.sgi.com:/src/lord/xfs-linux.2.4

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs


Modid:  2.4.x-xfs:slinx:128239a
linux/fs/xfs/xfs_vnodeops.c - 1.565
        - fold together the if and else cases for syncing an inode
          to disk using a transaction. They were identical except
          for one line.



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - cleanup xfs_fsync code, Steve Lord <=