Changes by: szaka
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv21283/include
Modified Files:
attrib.h
Log Message:
Remove obsolote/unused set_attribute_value()
Index: attrib.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/attrib.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -U2 -r1.49 -r1.50
--- attrib.h 14 Jul 2002 17:21:32 -0000 1.49
+++ attrib.h 14 Jul 2002 17:24:58 -0000 1.50
@@ -296,25 +296,4 @@
const ATTR_RECORD *a, u8 *b);
-/**
- * set_attribute_value - set the attribute value of an attribute
- * @vol: volume on which the attribute is present
- * @a: attribute to set the value of
- * @b: buffer containing the new attribute value
- * @l: length in bytes of the new attribute value @b
- *
- * Set the value of the attribute @a to the contents of the buffer @b which has
- * a byte-size of @l and write it to the NTFS volume @vol.
- * Return 1 on success and 0 on error, errno will be set in the latter case.
- *
- * FIXME: This is only a temporary implementation which doesn't cope with
- * changes in the length of the resident part of the attribute which in turn
- * means it doesn't cope with changes in length or on disk location of the
- * non-resident part of the attribute either! See ../ntfstools/ntfsfix.c for
- * details.
- * FIXME: Document possible errnos.
- */
-int set_attribute_value(ntfs_volume *vol, ATTR_RECORD *a,
- const u8 *b, s64 l);
-
#endif /* defined _NTFS_ATTRIB_H */
|