summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKaho Ng <ngkaho1234@gmail.com>2016-06-20 02:06:04 +0800
committerKaho Ng <ngkaho1234@gmail.com>2016-06-20 18:06:15 +0800
commitb130ba0ea69f7376f6f201e5361e86dfdc06041f (patch)
treede65dcb31bb6ba333be4d0690187dacb61289108 /include
parent278e8d43d2bd28063cb0a0d30fec9ef3d9685e3d (diff)
ext4: @replace in ext4_setxattr() is deprecated
Diffstat (limited to 'include')
-rw-r--r--include/ext4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ext4.h b/include/ext4.h
index 102802c..fede38f 100644
--- a/include/ext4.h
+++ b/include/ext4.h
@@ -388,7 +388,7 @@ int ext4_readlink(const char *path, char *buf, size_t bufsize, size_t *rcnt);
* @param name_len length of @name in bytes
* @param data data of the entry to add
* @param data_size size of data to add
- * @param replace whether existing entries should be replaced
+ * @param replace this boolean is deprecated.
* @return standard error code*/
int ext4_setxattr(const char *path, const char *name, size_t name_len,
const void *data, size_t data_size, bool replace);