xfs: only return -errno or success from attr ->put_listent
[deliverable/linux.git] / fs / xfs / xfs_attr.h
index dd4824589470eb106a2b5a764da6039d56121726..234331227c0c1d0fb7464e38e173e42f752f0851 100644 (file)
@@ -112,6 +112,7 @@ typedef struct attrlist_cursor_kern {
  *========================================================================*/
 
 
+/* Return 0 on success, or -errno; other state communicated via *context */
 typedef int (*put_listent_func_t)(struct xfs_attr_list_context *, int,
                              unsigned char *, int, int, unsigned char *);
 
This page took 0.027856 seconds and 5 git commands to generate.