Btrfs-progs: remove unsed pthread attribute objects
authorRakesh Pandit <rakesh@tuxera.com>
Mon, 24 Mar 2014 09:04:47 +0000 (11:04 +0200)
committerDavid Sterba <dsterba@suse.cz>
Tue, 22 Apr 2014 12:33:35 +0000 (14:33 +0200)
commit08255d534200ed4e39291332d35db82b4668091b
treea1616bfb1afbddf78c9f6b99d59a13fe3e360937
parenta185d8541a4f9a7a23863277358229b45f091981
Btrfs-progs: remove unsed pthread attribute objects

Threads always use default attributes in all tools, so pthread
attribute objects and their initializations are of no use. Just pass
NULL as attr attribute to pthread_create for default attributes.

Signed-off-by: Rakesh Pandit <rakesh@tuxera.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
cmds-scrub.c
cmds-send.c
send-test.c