]> git.sur5r.net Git - bacula/bacula/commit
New overhaul of xattr code.
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 5 Jun 2012 16:43:25 +0000 (18:43 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:46 +0000 (14:50 +0200)
commit51922c5bcb1c13ae053bc2c3c74053be26cc41bf
tree411aa010980d21a4c77ada74cdbb9dd91e9ef1e2
parentc1541bc2d7658ce46d96f443656838f89639a76d
New overhaul of xattr code.

Delay allocation to last minute when we are mostly sure we can
save a real xattr and we only need to get the actual value of it.
This way we don't have to free data on strange code paths. Also
made most functions have one exit point so things are more clean.
bacula/src/filed/xattr.c