2014-08-23 15:49 GMT+04:00 Christoph Hellwig <[email protected]>:
> On Sat, Aug 23, 2014 at 12:16:01PM +0400, Pavel Shilovsky wrote:
>> These are two patches that adds CIFS support to XFS tests.
>>
>> The first patch adds "-cifs" command line argument and CIFS specific 
>> variables. The second patch setups a directory tree for possible CIFS 
>> specific tests.
>>
>> With these patches applied, most of generic/shared $TEST_DEV tests pass for 
>> the recent kernel cifs module.
>
> That's against an smb1 server with posix extentions?  don't you need
> various new _require_foo checks for things not support on normal
> SMB1/2/3?

It was tested in posix and non-posix modes.The difference is in tests
005, 023, 024, 131 that are fail on non-posix.

We can add _require_posix() that checks if the mounted filesystem is
cifs and nounix (for example through cat /proc/mounts | grep $TEST_DEV
| grep cifs | grep nounix) and disable the above tests for this case.

-- 
Best regards,
Pavel Shilovsky.
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to