aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-05-13 12:39:46 +0000
committerBruce Evans <bde@FreeBSD.org>2002-05-13 12:39:46 +0000
commita10e4c9532f2992467d59ff0b57f434afb7f5519 (patch)
treef7805dcaa1da9484c3e1bb3d23e2d8877db6f109
parent1e27d2dc60e118252e7a3e865d90b4edbbc3bb7b (diff)
Notes
-rw-r--r--sys/gnu/ext2fs/ext2_vnops.c8
-rw-r--r--sys/gnu/fs/ext2fs/ext2_vnops.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/gnu/ext2fs/ext2_vnops.c b/sys/gnu/ext2fs/ext2_vnops.c
index 75d2da3cd963..180ac3db063a 100644
--- a/sys/gnu/ext2fs/ext2_vnops.c
+++ b/sys/gnu/ext2fs/ext2_vnops.c
@@ -831,7 +831,7 @@ ext2_mkdir(ap)
#ifdef QUOTA
struct ucred ucred, *ucp;
ucp = cnp->cn_cred;
-#endif I
+#endif
/*
* if we are hacking owners here, (only do this where told to)
* and we are not giving it TOO root, (would subvert quotas)
@@ -859,7 +859,7 @@ ext2_mkdir(ap)
ucred.cr_groups[0] = dp->i_gid;
ucp = &ucred;
}
-#endif I
+#endif
} else {
ip->i_uid = cnp->cn_cred->cr_uid;
}
@@ -1096,7 +1096,7 @@ ext2_makeinode(mode, dvp, vpp, cnp)
#ifdef QUOTA
struct ucred ucred, *ucp;
ucp = cnp->cn_cred;
-#endif I
+#endif
/*
* if we are
* not the owner of the directory,
@@ -1123,7 +1123,7 @@ ext2_makeinode(mode, dvp, vpp, cnp)
ucred.cr_ngroups = 1;
ucred.cr_groups[0] = pdir->i_gid;
ucp = &ucred;
-#endif I
+#endif
} else {
ip->i_uid = cnp->cn_cred->cr_uid;
}
diff --git a/sys/gnu/fs/ext2fs/ext2_vnops.c b/sys/gnu/fs/ext2fs/ext2_vnops.c
index 75d2da3cd963..180ac3db063a 100644
--- a/sys/gnu/fs/ext2fs/ext2_vnops.c
+++ b/sys/gnu/fs/ext2fs/ext2_vnops.c
@@ -831,7 +831,7 @@ ext2_mkdir(ap)
#ifdef QUOTA
struct ucred ucred, *ucp;
ucp = cnp->cn_cred;
-#endif I
+#endif
/*
* if we are hacking owners here, (only do this where told to)
* and we are not giving it TOO root, (would subvert quotas)
@@ -859,7 +859,7 @@ ext2_mkdir(ap)
ucred.cr_groups[0] = dp->i_gid;
ucp = &ucred;
}
-#endif I
+#endif
} else {
ip->i_uid = cnp->cn_cred->cr_uid;
}
@@ -1096,7 +1096,7 @@ ext2_makeinode(mode, dvp, vpp, cnp)
#ifdef QUOTA
struct ucred ucred, *ucp;
ucp = cnp->cn_cred;
-#endif I
+#endif
/*
* if we are
* not the owner of the directory,
@@ -1123,7 +1123,7 @@ ext2_makeinode(mode, dvp, vpp, cnp)
ucred.cr_ngroups = 1;
ucred.cr_groups[0] = pdir->i_gid;
ucp = &ucred;
-#endif I
+#endif
} else {
ip->i_uid = cnp->cn_cred->cr_uid;
}