use new iattr interface
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 19 Feb 2004 22:14:37 +0000 (22:14 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 19 Feb 2004 22:14:37 +0000 (22:14 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@950 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/createskeleton-full.hc

index 0b46186..e7c622c 100644 (file)
@@ -42,12 +42,9 @@ mkdir2(char const *lhs, char const *rhs, int mode)
 static inline int
 setIAttr2(char const *lhs, char const *rhs, int flags)
 {
-  struct stat          st;
   CONCAT_TWO_ARGS(buf, lhs, rhs);
 
-  if (stat(buf, &st)==-1) return -1;
-  return vc_set_iattr_compat(buf, st.st_dev, st.st_ino,
-                            0, flags, VC_IMMUTABLE_ALL, 0);
+  return vc_set_iattr(buf, 0, flags, VC_IMMUTABLE_ALL);
 }
 
 static inline int