Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions fs/afs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ static int afs_parse_source(struct fs_context *fc, struct fs_parameter *param)

_enter(",%s", name);

if (fc->source)
return invalf(fc, "kAFS: Multiple sources not supported");

if (!name) {
printk(KERN_ERR "kAFS: no volume name specified\n");
return -EINVAL;
Expand Down