Re: [PATCH] __must_check btrfs_alloc_path()

2009-01-05 Thread Chris Mason
On Mon, 2008-12-29 at 22:02 +0100, Diego Calleja wrote: > IMHO it's a good thing to add __must_check in new code where it has sense. > > I don't think we'll pass this one yet ;) But you're right that it is a good idea to start adding it to other functions. -chris -- To unsubscribe from this

[PATCH] __must_check btrfs_alloc_path()

2008-12-29 Thread Diego Calleja
IMHO it's a good thing to add __must_check in new code where it has sense. Index: btrfs-unstable-standalone/ctree.c === --- btrfs-unstable-standalone.orig/ctree.c 2008-12-29 21:57:15.366588465 +0100 +++ btrfs-unstable-standalon