commit 47c5d3dfb21051feeef6117d973372bf5de39222
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 29 21:50:43 2007 -0400

    added a few FIXME comments

diff --git a/fs/unionfs/dirhelper.c b/fs/unionfs/dirhelper.c
index a424789..0b0a625 100644
--- a/fs/unionfs/dirhelper.c
+++ b/fs/unionfs/dirhelper.c
@@ -377,7 +377,7 @@ retry:
        }
 
        /* lock to prevent concurrent writes */
-       /* LOCK: need to lock ic? */
+       /* FIXME: LOCK need to lock /odf/ic? */
        /* Process the hidden directories with rdutil_callback as a filldir. */
        for (bindex = bstart; bindex <= bend; bindex++) {
                hidden_dentry = unionfs_lower_dentry_idx(d_upper, bindex);
diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index 5518611..603b849 100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -412,7 +412,7 @@ int odf_release_sr(struct inode *inode)
 
        sprintf(name, "%x", inode->i_ino);
 
-       /* LOCK: need to lock sr? */
+       /* FIXME: LOCK need to lock /odf/sr? */
 
        /* check for an entry in /odf/sr */
        odf_dentry = lookup_one_len(name, sr, strlen(name));
@@ -962,6 +962,7 @@ int odf_lookup(struct dentry *parent, struct dentry 
*dentry, int flags)
                bstart = dbstart(dentry);
        }
 
+       /* FIXME: modify this function to handle hardlinks */
        if (bstart != -1 && lower_dentry && lower_dentry->d_inode &&
                lower_dentry->d_inode->i_nlink > 1 &&
                !S_ISDIR(lower_dentry->d_inode->i_mode) &&
@@ -1972,7 +1973,7 @@ void __odf_cleanup(void *args)
        /* update timeout */
        sioa_args->timeout = msecs_to_jiffies(cl->attr->timeout->val * 1000);
 
-       /* LOCK: need to lock ic/reclaim/sr? */
+       /* FIXME: LOCK need to lock ic/reclaim/sr? */
 
        vfs_statfs(cl->odf->sb, &stat);
        if (cl->flags & ODF_CLEAN_DEFAULT) {
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to