commit 9fd0648a074fba9f3b8e76b0afa3e8e679190542
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
a4247899db04d866b1366eafd4adfc9000df78dd..0b0a625857378dbea52772e6f6853b37b391269b
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
551861109357286ebc0255a4055ab029b49ff8a5..603b849a8b035791c3f426d49ef89d5ee65a1b53
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, st
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