X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=fs%2Fncpfs%2Finode.c;h=0250e4ce489347f0a23fdbd551cd216a7abe208a;hb=25985edcedea6396277003854657b5f3cb31a628;hp=00a1d1c3d3a494c34dc02230509ffa88485a37ae;hpb=842a2097007b8a01a71a701300e970502a54bbb2;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/fs/ncpfs/inode.c b/fs/ncpfs/inode.c index 00a1d1c3d3a4..0250e4ce4893 100644 --- a/fs/ncpfs/inode.c +++ b/fs/ncpfs/inode.c @@ -596,7 +596,7 @@ static int ncp_fill_super(struct super_block *sb, void *raw_data, int silent) /* server->priv.data = NULL; */ server->m = data; - /* Althought anything producing this is buggy, it happens + /* Although anything producing this is buggy, it happens now because of PATH_MAX changes.. */ if (server->m.time_out < 1) { server->m.time_out = 10;