On Fri, Sep 19, 2014 at 05:52:17PM +0900, Satoru Takeuchi wrote: > @@ -99,7 +99,7 @@ find_prop_handler(const char *name, > return NULL; > } > > -static int __btrfs_set_prop(struct btrfs_trans_handle *trans, > +int __btrfs_set_prop(struct btrfs_trans_handle *trans,
It's common for static helpers to use the __ prefix, but please drop it for an exported function(s). -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html