Re: [PATCH] symlink.c

Jeremy Fitzhardinge (jeremy@goop.org)
Tue, 12 Jun 2001 17:27:04 -0700 (PDT)


Quoting John Martin <suntzu@stanford.edu>:
> this patch adds a check to make sure memory was allocated, returns an
> error code otherwise.

autofs4_dentry_ino doesn't allocate memory; it just extracts the fsdata pointer
from the dentry structure. If it's returning NULL, then there's something else
wrong and you're papering over the symptoms. Are you seeing this happen?

Linus, please don't apply this.

J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/