s3-vfs: Avoid loops in VFS modules: call _NEXT functions in xattr emulation
authorAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 12:21:48 +0000 (22:21 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 14:28:03 +0000 (16:28 +0200)
commitcc3bdaaf0a5586e0f840466719f9f8387c5cddd0
tree8400385a881a801f96e4e0cda4adc1966e83eb88
parent898c5e140ddca47eac9e2150fb571d6eac3ed7d2
s3-vfs: Avoid loops in VFS modules: call _NEXT functions in xattr emulation

We need to call the next module in the stack otherwise we will loop if
the stat call is in turn implemented in terms of extended attribute
lookup.

Andrew Bartlett
source3/modules/vfs_posix_eadb.c
source3/modules/vfs_xattr_tdb.c